Uses of Interface
com.carrotsearch.hppc.DoubleContainer
-
Packages that use DoubleContainer Package Description com.carrotsearch.hppc -
-
Uses of DoubleContainer in com.carrotsearch.hppc
Subinterfaces of DoubleContainer in com.carrotsearch.hppc Modifier and Type Interface Description interfaceDoubleCollectionA collection allows basic, efficient operations on sets of elements (difference and intersection).interfaceDoubleIndexedContainerAn indexed container provides random access to elements based on anindex.interfaceDoubleLookupContainerMarker 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).Classes in com.carrotsearch.hppc that implement DoubleContainer Modifier and Type Class Description classDoubleArrayListAn array-backed list of doubles.Methods in com.carrotsearch.hppc with parameters of type DoubleContainer Modifier and Type Method Description intDoubleArrayList. addAll(DoubleContainer container)Adds all elements from another container.Constructors in com.carrotsearch.hppc with parameters of type DoubleContainer Constructor Description DoubleArrayList(DoubleContainer container)Creates a new list from the elements of another container in its iteration order.
-