Uses of Interface
com.aoapps.collections.LongList
-
-
Uses of LongList in com.aoapps.collections
Classes in com.aoapps.collections that implement LongList 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.Constructors in com.aoapps.collections with parameters of type LongList Constructor Description IntsAndLongs(IntList ints, LongList longs)
-