Uses of Class
org.apache.jena.atlas.data.DistinctDataBag
-
Packages that use DistinctDataBag Package Description org.apache.jena.atlas.data -
-
Uses of DistinctDataBag in org.apache.jena.atlas.data
Subclasses of DistinctDataBag in org.apache.jena.atlas.data Modifier and Type Class Description classDistinctDataNet<E>This class is likeDistinctDataBagexcept that you are informed if the item you just added was known to be distinct.Methods in org.apache.jena.atlas.data that return DistinctDataBag Modifier and Type Method Description static <T extends java.lang.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, java.util.Comparator<T> comparator)Get a distinct data bag.
-