prefuse.data
Class Graph.IntArrayList

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

protected static class Graph.IntArrayList
extends java.util.AbstractList<java.lang.Integer>
implements java.util.RandomAccess


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Graph.IntArrayList(int[] ints, int len)
           
 
Method Summary
 java.lang.Integer get(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, 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

Graph.IntArrayList

public Graph.IntArrayList(int[] ints,
                          int len)
Method Detail

get

public java.lang.Integer get(int index)
Specified by:
get in interface java.util.List<java.lang.Integer>
Specified by:
get in class java.util.AbstractList<java.lang.Integer>

size

public int size()
Specified by:
size in interface java.util.Collection<java.lang.Integer>
Specified by:
size in interface java.util.List<java.lang.Integer>
Specified by:
size in class java.util.AbstractCollection<java.lang.Integer>


Copyright © 2008 Regents of the University of California