|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractSet | +--java.util.TreeSet | +--MACS.PerceptionSet
This class represents a set of Perceptions.
Field Summary |
---|
Fields inherited from class java.util.TreeSet |
---|
|
Constructor Summary | |
---|---|
protected |
PerceptionSet()
|
protected |
PerceptionSet(java.util.Collection p)
Creates a PerceptionSet from a PerceptionList |
Method Summary | |
---|---|
protected void |
mergeWith(java.util.Collection p)
Adds the content of the Collection to the current content of the set |
Methods inherited from class java.util.TreeSet |
---|
add, addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet |
Methods inherited from class java.util.AbstractSet |
---|
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
Constructor Detail |
protected PerceptionSet()
protected PerceptionSet(java.util.Collection p)
p
- the original PerceptionListMethod Detail |
protected final void mergeWith(java.util.Collection p)
p
- the original Collection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |