Class SpanOffsetSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- java.util.TreeSet<Span>
-
- de.julielab.java.utilities.spanutils.SpanOffsetSet
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Span>,Collection<Span>,NavigableSet<Span>,Set<Span>,SortedSet<Span>
public class SpanOffsetSet extends TreeSet<Span>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpanOffsetSet()SpanOffsetSet(Collection<Span> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Spanlocate(Span offsets)-
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Constructor Detail
-
SpanOffsetSet
public SpanOffsetSet()
-
SpanOffsetSet
public SpanOffsetSet(Collection<Span> collection)
-
-