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 class
Set_long.Default
-
Method Summary
Modifier and Type Method Description boolean
add(long element)
void
clear()
boolean
contains(long element)
Set_long
filter(_longPredicate selector)
static Set_long
New()
static Set_long
New(int slotSize)
static Set_long
New(int slotSize, int chainDefaultLength, float chainGrowthFactor)
void
truncate()
Methods inherited from interface one.microstream.collections.interfaces.OptimizableCollection
optimize