|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
byucc.edif.EdifNumber
Extends ArrayList, and stores ScaledInteger objects.
| Nested Class Summary |
| Nested classes inherited from class java.util.AbstractList |
|
| Field Summary |
| Fields inherited from class java.util.ArrayList |
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
EdifNumber()
|
|
| Method Summary | |
void |
addScaledInteger(ScaledInteger value)
Adds a ScaledInteger Object to this ArrayList of
EdifNumbers. |
java.lang.Object |
clone()
Returns a clone or copy of this object. |
boolean |
equals(EdifNumber cmp)
Returns True if this Object matches the passed-in one. |
void |
toEdif(EdifPrintWriter epw)
Converts this object to EDIF format, and writes it to the passed-in EdifPrintWriter Object. |
java.lang.String |
toString()
Returns a String representation of this Object. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
public EdifNumber()
| Method Detail |
public void addScaledInteger(ScaledInteger value)
ScaledInteger Object to this ArrayList of
EdifNumbers.
value - The ScaledInteger Object to add to this ArrayListpublic java.lang.Object clone()
public boolean equals(EdifNumber cmp)
cmp - The Object to compare with this one
public void toEdif(EdifPrintWriter epw)
toEdif in interface EdifOutepw - The EdifPrintWriter Object that the EDIF data will
be written topublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||