edu.byu.ece.edif.util.graph
Class SingleInstanceCollection
java.lang.Object
edu.byu.ece.edif.util.graph.SingleInstanceCollection
- All Implemented Interfaces:
- EdifCellInstanceCollection, java.io.Serializable, java.lang.Iterable<EdifCellInstance>, java.util.Collection<EdifCellInstance>
public class SingleInstanceCollection
- extends java.lang.Object
- implements EdifCellInstanceCollection, java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
_instance
protected EdifCellInstance _instance
SingleInstanceCollection
public SingleInstanceCollection(EdifCellInstance eci)
SingleInstanceCollection
public SingleInstanceCollection(java.util.Collection c)
size
public int size()
- Specified by:
size in interface java.util.Collection<EdifCellInstance>
clear
public void clear()
- Specified by:
clear in interface java.util.Collection<EdifCellInstance>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface java.util.Collection<EdifCellInstance>
toArray
public java.lang.Object[] toArray()
- Specified by:
toArray in interface java.util.Collection<EdifCellInstance>
add
public boolean add(EdifCellInstance o)
- Specified by:
add in interface java.util.Collection<EdifCellInstance>
contains
public boolean contains(java.lang.Object o)
- Specified by:
contains in interface java.util.Collection<EdifCellInstance>
remove
public boolean remove(java.lang.Object o)
- Specified by:
remove in interface java.util.Collection<EdifCellInstance>
addAll
public boolean addAll(java.util.Collection c)
- Specified by:
addAll in interface java.util.Collection<EdifCellInstance>
containsAll
public boolean containsAll(java.util.Collection c)
- Specified by:
containsAll in interface java.util.Collection<EdifCellInstance>
removeAll
public boolean removeAll(java.util.Collection c)
- Specified by:
removeAll in interface java.util.Collection<EdifCellInstance>
retainAll
public boolean retainAll(java.util.Collection c)
- Specified by:
retainAll in interface java.util.Collection<EdifCellInstance>
iterator
public java.util.Iterator iterator()
- Specified by:
iterator in interface java.lang.Iterable<EdifCellInstance>- Specified by:
iterator in interface java.util.Collection<EdifCellInstance>
toArray
public java.lang.Object[] toArray(java.lang.Object[] a)
- Specified by:
toArray in interface java.util.Collection<EdifCellInstance>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object