net.ontopia.topicmaps.query.impl.utils
Class QueryMatchesCollection
java.lang.Object
net.ontopia.topicmaps.query.impl.utils.QueryMatchesCollection
- All Implemented Interfaces:
- Iterable, Collection
public class QueryMatchesCollection
- extends Object
- implements Collection
INTERNAL: A set implementation that wraps an QueryMatches instance
and presents the values in one of the columns as a collection.
matches
protected QueryMatches matches
colidx
protected int colidx
QueryMatchesCollection
public QueryMatchesCollection(QueryMatches matches,
int colidx)
clear
public void clear()
- Specified by:
clear
in interface Collection
add
public boolean add(Object o)
- Specified by:
add
in interface Collection
addAll
public boolean addAll(Collection c)
- Specified by:
addAll
in interface Collection
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Collection
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll
in interface Collection
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll
in interface Collection
size
public int size()
- Specified by:
size
in interface Collection
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Collection
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Collection
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll
in interface Collection
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Collection
toArray
public Object[] toArray(Object[] a)
- Specified by:
toArray
in interface Collection
toString
public String toString()
- Overrides:
toString
in class Object
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Iterable
- Specified by:
iterator
in interface Collection
Copyright © 2000-2012 Ontopia.