Class PersistenceIdSet.Default
java.lang.Object
one.microstream.persistence.types.PersistenceIdSet.Default
- All Implemented Interfaces:
 _longCollector,Sized,_longIterable,PersistenceIdSet
- Enclosing interface:
 - PersistenceIdSet
 
public static final class PersistenceIdSet.Default extends Object implements PersistenceIdSet, _longCollector
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceIdSet
PersistenceIdSet.Default - 
Constructor Summary
Constructors Constructor Description Default() - 
Method Summary
Modifier and Type Method Description voidaccept(long id)booleanisEmpty()voiditerate(_longProcedure procedure)longsize() 
- 
Constructor Details
- 
Default
public Default() 
 - 
 - 
Method Details
- 
accept
public void accept(long id)- Specified by:
 acceptin interface_longCollector
 - 
iterate
- Specified by:
 iteratein interface_longIterable- Specified by:
 iteratein interfacePersistenceIdSet
 - 
size
public long size()- Specified by:
 sizein interfacePersistenceIdSet- Specified by:
 sizein interfaceSized
 - 
isEmpty
public boolean isEmpty() 
 -