Package one.microstream.collections
Interface Set_long
- All Superinterfaces:
_longIterable,Composition,OptimizableCollection,Sized
- All Known Implementing Classes:
Set_long.Default
public interface Set_long extends OptimizableCollection, Composition, _longIterable
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSet_long.Default -
Method Summary
Modifier and Type Method Description booleanadd(long element)voidclear()booleancontains(long element)Set_longfilter(_longPredicate selector)static Set_longNew()static Set_longNew(int slotSize)static Set_longNew(int slotSize, int chainDefaultLength, float chainGrowthFactor)voidtruncate()Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimize