Uses of Interface
com.aoapps.collections.LongCollection
-
-
Uses of LongCollection in com.aoapps.collections
Subinterfaces of LongCollection in com.aoapps.collections Modifier and Type Interface Description interfaceLongListA List that stores things usinglong[]instead ofObject[].Classes in com.aoapps.collections that implement LongCollection Modifier and Type Class Description classLongArrayListAn ArrayList that stores things usinglong[]instead ofObject[].classSortedLongArrayListASortedLongArrayListstores is elements in numerical order and provides means of quickly locating objects.
-