Package org.eclipse.emf.cdo.server
Klasse IStoreChunkReader.Chunk
java.lang.Object
org.eclipse.emf.cdo.server.IStoreChunkReader.Chunk
- Umschließende Schnittstelle:
IStoreChunkReader
Represents a
sublist
of consecutive elements that are subject to partial
collection loading.- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Chunk
public Chunk(int startIndex) -
Chunk
public Chunk(int startIndex, int size)
-
-
Methodendetails
-
getStartIndex
public int getStartIndex() -
size
public int size() -
get
- Seit:
- 2.0
-
add
- Seit:
- 2.0
-