prefuse.data
Class Tree.TreeIntArrayList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<java.lang.Integer>
          extended by prefuse.data.Graph.IntArrayList
              extended by prefuse.data.Tree.TreeIntArrayList
All Implemented Interfaces:
java.lang.Iterable<java.lang.Integer>, java.util.Collection<java.lang.Integer>, java.util.List<java.lang.Integer>, java.util.RandomAccess
Enclosing class:
Tree<T extends Tuple<?>,N extends Node<N,E>,E extends Edge<N,E>>

protected class Tree.TreeIntArrayList
extends Graph.IntArrayList


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Tree.TreeIntArrayList(int[] ints, int len)
           
 
Method Summary
 int indexOf(java.lang.Object o)
           
 
Methods inherited from class prefuse.data.Graph.IntArrayList
get, size
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, 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
 

Constructor Detail

Tree.TreeIntArrayList

public Tree.TreeIntArrayList(int[] ints,
                             int len)
Method Detail

indexOf

public int indexOf(java.lang.Object o)
Specified by:
indexOf in interface java.util.List<java.lang.Integer>
Overrides:
indexOf in class java.util.AbstractList<java.lang.Integer>


Copyright © 2008 Regents of the University of California