| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDotClass.ClassList
public class ClassList
List of classes
| Field Summary | |
|---|---|
private  java.util.LinkedList<ClassListEntry> | 
list
Underlying LinkedList  | 
| Constructor Summary | |
|---|---|
ClassList()
Generate a new ClassList  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
add(ClassInfo cinfo)
Add a class to the list  | 
 java.lang.String | 
find(java.lang.String name,
     boolean isDotName)
Search for a certain class  | 
 java.util.ListIterator | 
iter()
Retrieve the Iterator for the underlying list  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private java.util.LinkedList<ClassListEntry> list
| Constructor Detail | 
|---|
public ClassList()
| Method Detail | 
|---|
public java.lang.String add(ClassInfo cinfo)
cinfo - Class information
public java.lang.String find(java.lang.String name,
                             boolean isDotName)
name - String to search forisDotName - Whether the string is normalized
public java.util.ListIterator iter()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||