Package org.teamapps.universaldb.record
Interface RecordSet<ENTITY>
-
public interface RecordSet<ENTITY>
-
-
Method Summary
Modifier and Type Method Description java.util.BitSetasBitSet()RecordSet<ENTITY>except(RecordSet<ENTITY> otherSet)java.util.PrimitiveIterator.OfIntgetIdIterator()intgetSize()RecordSet<ENTITY>intersection(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>symmetricDifference(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>union(RecordSet<ENTITY> otherSet)
-