org.joda.util
Class ArrayTreeNode.TreeArrayList
java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--org.joda.util.ArrayTreeNode.TreeArrayList
- All Implemented Interfaces: 
- java.util.Collection, java.util.List
- Enclosing class:
- ArrayTreeNode
- public static class ArrayTreeNode.TreeArrayList- extends java.util.AbstractList
List of TreeNodes that manages the parent behaviour
 
| Fields inherited from class java.util.AbstractList | 
| modCount | 
 
 
| Method Summary | 
|  void | add(int index,
    java.lang.Object element)
 | 
|  java.lang.Object | get(int index)
 | 
|  java.lang.Object | remove(int index)
 | 
|  java.lang.Object | set(int index,
    java.lang.Object element)
 | 
|  int | size()
 | 
 
| Methods inherited from class java.util.AbstractList | 
| add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList | 
 
| Methods inherited from class java.util.AbstractCollection | 
| addAll, contains, containsAll, isEmpty, remove, removeAll, 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.List | 
| addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray | 
 
ArrayTreeNode.TreeArrayList
public ArrayTreeNode.TreeArrayList(TreeNode parentNode)
- Constructor
 
get
public java.lang.Object get(int index)
- 
- Specified by:
- getin interface- java.util.List
- Specified by:
- getin class- java.util.AbstractList
 
- 
- See Also:
- List.get(int)
 
size
public int size()
- 
- Specified by:
- sizein interface- java.util.List
- Specified by:
- sizein class- java.util.AbstractCollection
 
- 
- See Also:
- Collection.size()
 
add
public void add(int index,
                java.lang.Object element)
- 
- Specified by:
- addin interface- java.util.List
- Overrides:
- addin class- java.util.AbstractList
 
- 
- See Also:
- List.add(int, Object)
 
remove
public java.lang.Object remove(int index)
- 
- Specified by:
- removein interface- java.util.List
- Overrides:
- removein class- java.util.AbstractList
 
- 
- See Also:
- List.remove(int)
 
set
public java.lang.Object set(int index,
                            java.lang.Object element)
- 
- Specified by:
- setin interface- java.util.List
- Overrides:
- setin class- java.util.AbstractList
 
- 
- See Also:
- List.set(int, Object)
 
Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.