Class QueryMatchesCollection
java.lang.Object
net.ontopia.topicmaps.query.impl.utils.QueryMatchesCollection
- All Implemented Interfaces:
Iterable,Collection
INTERNAL: A set implementation that wraps an QueryMatches instance
and presents the values in one of the columns as a collection.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Field Details
-
matches
-
colidx
protected int colidx
-
-
Constructor Details
-
QueryMatchesCollection
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceCollection
-
add
- Specified by:
addin interfaceCollection
-
addAll
- Specified by:
addAllin interfaceCollection
-
remove
- Specified by:
removein interfaceCollection
-
removeAll
- Specified by:
removeAllin interfaceCollection
-
retainAll
- Specified by:
retainAllin interfaceCollection
-
size
public int size()- Specified by:
sizein interfaceCollection
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection
-
contains
- Specified by:
containsin interfaceCollection
-
containsAll
- Specified by:
containsAllin interfaceCollection
-
toArray
- Specified by:
toArrayin interfaceCollection
-
toArray
- Specified by:
toArrayin interfaceCollection
-
toString
-
iterator
- Specified by:
iteratorin interfaceCollection- Specified by:
iteratorin interfaceIterable
-