org.eclipse.emf.cdo.server
Class IStoreChunkReader.Chunk
java.lang.Object
org.eclipse.emf.cdo.server.IStoreChunkReader.Chunk
- Enclosing interface:
- IStoreChunkReader
- public static class IStoreChunkReader.Chunk
- extends Object
Represents a sublist
of consecutive elements that are subject to partial
collection loading.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IStoreChunkReader.Chunk
public IStoreChunkReader.Chunk(int startIndex)
IStoreChunkReader.Chunk
public IStoreChunkReader.Chunk(int startIndex,
int size)
getStartIndex
public int getStartIndex()
size
public int size()
get
public Object get(int indexInChunk)
- Since:
- 2.0
add
public void add(int indexInChunk,
Object value)
- Since:
- 2.0
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.