Package org.eclipse.emf.cdo.server
Class IStoreChunkReader.Chunk
java.lang.Object
org.eclipse.emf.cdo.server.IStoreChunkReader.Chunk
- Enclosing interface:
- IStoreChunkReader
Represents a
sublist
of consecutive elements that are subject to partial
collection loading.- Author:
- Eike Stepper
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Chunk
public Chunk(int startIndex) -
Chunk
public Chunk(int startIndex, int size)
-
-
Method Details
-
getStartIndex
public int getStartIndex() -
size
public int size() -
get
- Since:
- 2.0
-
add
- Since:
- 2.0
-