|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.geo.MatchCollector.PairArrayMatchCollector
A MatchCollector that collects a list of pairs of the matching objects
Nested Class Summary |
Nested classes inherited from class com.bbn.openmap.geo.MatchCollector |
MatchCollector.CollectionMatchCollector, MatchCollector.Pair, MatchCollector.PairArrayMatchCollector, MatchCollector.SetMatchCollector |
Field Summary | |
protected java.util.ArrayList |
result
|
Constructor Summary | |
MatchCollector.PairArrayMatchCollector()
|
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.ArrayList result
Constructor Detail |
public MatchCollector.PairArrayMatchCollector()
Method Detail |
public void collect(java.lang.Object a, java.lang.Object b)
MatchCollector
collect
in interface MatchCollector
a
- b
- 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 |