java.lang.Object
org.apache.jena.atlas.data.AbstractDataBag<E>
- All Implemented Interfaces:
Iterable<E>
,DataBag<E>
,org.apache.jena.atlas.lib.Closeable
,org.apache.jena.atlas.lib.Sink<E>
- Direct Known Subclasses:
DefaultDataBag
,SortedDataBag
Abstract implementation of DataBag. Used as a parent for all three of the types of data bags.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.atlas.lib.Closeable
close
Methods inherited from interface org.apache.jena.atlas.data.DataBag
add, addAll, addAll, isDistinct, isSorted
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.apache.jena.atlas.lib.Sink
flush
-
Constructor Details
-
AbstractDataBag
public AbstractDataBag()
-
-
Method Details