Uses of Interface
org.teamapps.universaldb.record.RecordSet
-
Packages that use RecordSet Package Description org.teamapps.universaldb.record -
-
Uses of RecordSet in org.teamapps.universaldb.record
Methods in org.teamapps.universaldb.record that return RecordSet Modifier and Type Method Description RecordSet<ENTITY>RecordSet. except(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. intersection(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. symmetricDifference(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. union(RecordSet<ENTITY> otherSet)Methods in org.teamapps.universaldb.record with parameters of type RecordSet Modifier and Type Method Description RecordSet<ENTITY>RecordSet. except(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. intersection(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. symmetricDifference(RecordSet<ENTITY> otherSet)RecordSet<ENTITY>RecordSet. union(RecordSet<ENTITY> otherSet)
-