org.apache.commons.collections.primitives
Class RandomAccessIntList.RandomAccessIntSubList
protected static
class
RandomAccessIntList.RandomAccessIntSubList
extends RandomAccessIntList
implements IntList
private int _limit
private int _offset
public void add(int index, int element)
private void checkRange(int index)
private void checkRangeIncludingEndpoint(int index)
public int get(int index)
public int removeElementAt(int index)
public int set(int index, int element)
public int size()
private int toUnderlyingIndex(int index)
Copyright (c) 2002-2003 - Apache Software Foundation