|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--java.util.LinkedList
|
+--COM.hugin.HAPI.ClassList
Lists of Classes are represented as ClassList's.
| Constructor Summary | |
ClassList()
Constructs a new ClassList. |
|
| Method Summary | |
boolean |
contains(Class cls)
Returns 'true' if a given Class is contained in this ClassList. |
boolean |
contains(java.lang.String className)
Returns 'true' if the Class named 'className' is contained in this ClassList. |
Class |
find(java.lang.String className)
Returns the Class named 'className' (if any) in this ClassList. |
ClassList |
order()
Returns an ordering of this ClassList, which respects the constraint that the Class with index 'i' in the list does not contain instances of Classes with indices less than 'i'. |
java.lang.String |
toString()
Returns a String of names of the Classes in this ClassList. |
| Methods inherited from class java.util.LinkedList |
add,
add,
addAll,
addAll,
addFirst,
addLast,
clear,
clone,
contains,
get,
getFirst,
getLast,
indexOf,
lastIndexOf,
listIterator,
remove,
remove,
removeFirst,
removeLast,
set,
size,
toArray,
toArray |
| Methods inherited from class java.util.AbstractSequentialList |
iterator |
| Methods inherited from class java.util.AbstractList |
equals,
hashCode,
listIterator,
subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll,
isEmpty,
removeAll,
retainAll |
| Methods inherited from class java.lang.Object |
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public ClassList()
| Method Detail |
public boolean contains(java.lang.String className)
throws ExceptionObjectNotAlive,
ExceptionHugin
className - String.public boolean contains(Class cls)
cls - a Class.
public Class find(java.lang.String className)
throws ExceptionObjectNotAlive,
ExceptionHugin
className - String.
public ClassList order()
throws ExceptionObjectNotAlive,
ExceptionHugin
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||