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