org.daml.validator.model
Class DAMLModelImpl.NodeSet
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractSet
|
+--org.daml.validator.model.DAMLModelImpl.NodeSet
- All Implemented Interfaces:
- java.util.Collection, java.util.Set
- Enclosing class:
- DAMLModelImpl
- public class DAMLModelImpl.NodeSet
- extends java.util.AbstractSet
- implements java.util.Set
Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray |
DAMLModelImpl.NodeSet
public DAMLModelImpl.NodeSet()
DAMLModelImpl.NodeSet
public DAMLModelImpl.NodeSet(java.util.Collection c)
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface java.util.Set
- Specified by:
iterator
in class java.util.AbstractCollection
size
public int size()
- Specified by:
size
in interface java.util.Set
- Specified by:
size
in class java.util.AbstractCollection
add
public boolean add(DAMLModelImpl.Node n)
add
public boolean add(com.hp.hpl.mesa.rdf.jena.model.Resource r)
add
public boolean add(java.lang.Object o)
- Specified by:
add
in interface java.util.Set
- Overrides:
add
in class java.util.AbstractCollection