org.apache.geronimo.samples.daytrader.util
Class KeyBlock

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byorg.apache.geronimo.samples.daytrader.util.KeyBlock
All Implemented Interfaces:
java.util.Collection, java.util.List

public class KeyBlock
extends java.util.AbstractSequentialList


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
KeyBlock()
          Constructor for KeyBlock
KeyBlock(int min, int max)
          Constructor for KeyBlock
 
Method Summary
 java.util.ListIterator listIterator(int arg0)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, 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
 

Constructor Detail

KeyBlock

public KeyBlock()
Constructor for KeyBlock


KeyBlock

public KeyBlock(int min,
                int max)
Constructor for KeyBlock

Method Detail

size

public int size()
See Also:
AbstractCollection#size()

listIterator

public java.util.ListIterator listIterator(int arg0)
See Also:
AbstractSequentialList.listIterator(int)


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.