Uses of Interface
com.carrotsearch.hppc.FloatContainer
-
Packages that use FloatContainer Package Description com.carrotsearch.hppc -
-
Uses of FloatContainer in com.carrotsearch.hppc
Subinterfaces of FloatContainer in com.carrotsearch.hppc Modifier and Type Interface Description interfaceFloatCollectionA collection allows basic, efficient operations on sets of elements (difference and intersection).interfaceFloatLookupContainerMarker interface for containers that can check if they contain a given object in at least timeO(log n)and ideally in amortized constant timeO(1).Methods in com.carrotsearch.hppc that return FloatContainer Modifier and Type Method Description FloatContainerObjectFloatAssociativeContainer. values()Returns a container view of all values present in this container.
-