org.mmbase.module.corebuilders
Class TypeRel.TypeRelSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.TreeSet
              extended byorg.mmbase.module.corebuilders.TypeRel.TypeRelSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set, java.util.SortedSet
Enclosing class:
TypeRel

protected class TypeRel.TypeRelSet
extends java.util.TreeSet

A TypeRelSet is a Set of typerel nodes. The TypeRel builder maintains such a Set of all typerel nodes for quick reference. TypeRelSets are also instantiated when doing queries on TypeRel like getAllowedRelations(MMObjectBuilder) etc.

Since:
MMBase-1.6.2
See Also:
Serialized Form

Constructor Summary
protected TypeRel.TypeRelSet()
           
 
Method Summary
 boolean add(java.lang.Object object)
           
 
Methods inherited from class java.util.TreeSet
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

TypeRel.TypeRelSet

protected TypeRel.TypeRelSet()
Method Detail

add

public boolean add(java.lang.Object object)


MMBase build 1.7.1.20041002