Uses of Class
org.apache.jena.atlas.data.DistinctDataBag
Packages that use DistinctDataBag
-
Uses of DistinctDataBag in org.apache.jena.atlas.data
Subclasses of DistinctDataBag in org.apache.jena.atlas.dataModifier and TypeClassDescriptionclass
This class is likeDistinctDataBag
except that you are informed if the item you just added was known to be distinct.Methods in org.apache.jena.atlas.data that return DistinctDataBagModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
DistinctDataBag<T>BagFactory.newDistinctBag
(ThresholdPolicy<T> policy, SerializationFactory<T> serializerFactory) Get a distinct data bag.static <T> DistinctDataBag<T>
BagFactory.newDistinctBag
(ThresholdPolicy<T> policy, SerializationFactory<T> serializerFactory, Comparator<T> comparator) Get a distinct data bag.