|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bbn.openmap.geo.MatchCollector.CollectionMatchCollector
public static class MatchCollector.CollectionMatchCollector
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.bbn.openmap.geo.MatchCollector |
---|
MatchCollector.CollectionMatchCollector, MatchCollector.Pair, MatchCollector.PairArrayMatchCollector, MatchCollector.SetMatchCollector |
Field Summary | |
---|---|
protected java.util.Collection |
c
|
Constructor Summary | |
---|---|
MatchCollector.CollectionMatchCollector(java.util.Collection c)
|
Method Summary | |
---|---|
void |
collect(java.lang.Object a,
java.lang.Object b)
collect an indication that the query object a (or some part of it) matches object b in some way, presumably by intersection. |
java.util.Iterator |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.Collection c
Constructor Detail |
---|
public MatchCollector.CollectionMatchCollector(java.util.Collection c)
Method Detail |
---|
public void collect(java.lang.Object a, java.lang.Object b)
MatchCollector
collect
in interface MatchCollector
public java.util.Iterator iterator()
iterator
in interface MatchCollector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |