Uses of Class
org.openjena.atlas.data.DistinctDataBag

Packages that use DistinctDataBag
org.openjena.atlas.data   
 

Uses of DistinctDataBag in org.openjena.atlas.data
 

Subclasses of DistinctDataBag in org.openjena.atlas.data
 class DistinctDataNet<E>
          This class is like DistinctDataBag except that you are informed if the item you just added was known to be distinct.
 

Methods in org.openjena.atlas.data that return DistinctDataBag
static
<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.
 



Licenced under the Apache License, Version 2.0