Uses of Class
org.apache.jena.atlas.data.DistinctDataBag
-
Uses of DistinctDataBag in org.apache.jena.atlas.data
Modifier and TypeClassDescriptionclass
This class is likeDistinctDataBag
except that you are informed if the item you just added was known to be distinct.Modifier 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.