Uses of Interface
com.carrotsearch.hppc.LongCollection
-
Packages that use LongCollection Package Description com.carrotsearch.hppc -
-
Uses of LongCollection in com.carrotsearch.hppc
Subinterfaces of LongCollection in com.carrotsearch.hppc Modifier and Type Interface Description interfaceLongIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceLongSetA set oflongs.Classes in com.carrotsearch.hppc that implement LongCollection Modifier and Type Class Description classLongArrayListAn array-backed list of longs.classLongHashSetA hash set oflongs, implemented using using open addressing with linear probing for collision resolution.classLongIntHashMap.KeysContainerA view of the keys inside this hash map.classLongObjectHashMap.KeysContainerA view of the keys inside this hash map.Methods in com.carrotsearch.hppc that return LongCollection Modifier and Type Method Description LongCollectionLongIntAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionLongObjectAssociativeContainer. keys()Returns a collection of keys of this container.LongCollectionObjectLongHashMap. values()
-