Uses of Interface
civitas.celestis.util.array.BaseArray
Packages that use BaseArray
-
Uses of BaseArray in civitas.celestis.util.array
Subinterfaces of BaseArray in civitas.celestis.util.arrayModifier and TypeInterfaceDescriptioninterfaceA type-safe array of primitivedoubles.interfaceA type-safe array of primitivefloats.interfaceA type-safe array of primitiveints.interfaceA type-safe array of primitivelongs.interfaceSafeArray<E>A type-safe array.Classes in civitas.celestis.util.array that implement BaseArrayModifier and TypeClassDescriptionclassAtomicArray<E>A type-safe array which stores atomic references as opposed to the values themselves.classA basic double array with no built-in synchronization or thread-safety measures.classFastArray<E>A basic type-safe array with no built-in synchronization or thread-safety measures.classA basic float array with no built-in synchronization or thread-safety measures.classA basic int array with no built-in synchronization or thread-safety measures.classA basic long array with no built-in synchronization or thread-safety measures.classSyncArray<E>A synchronized instance ofFastArray.Methods in civitas.celestis.util.array with parameters of type BaseArray