public class MatchingTable extends java.util.AbstractCollection<MatchingFrame>
Constructor and Description |
---|
MatchingTable() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<MatchingFrame> |
iterator() |
void |
put(MatchingKey key,
MatchingFrame value) |
int |
size() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.util.Iterator<MatchingFrame> iterator()
iterator
in interface java.lang.Iterable<MatchingFrame>
iterator
in interface java.util.Collection<MatchingFrame>
iterator
in class java.util.AbstractCollection<MatchingFrame>
public int size()
size
in interface java.util.Collection<MatchingFrame>
size
in class java.util.AbstractCollection<MatchingFrame>
public void put(MatchingKey key, MatchingFrame value)