| Package | Description |
|---|---|
| net.anotheria.util.slicer |
A utility for slicing large chunks of data in slices/pages.
|
| Modifier and Type | Method and Description |
|---|---|
Segment |
Slice.getSegment()
Returns the segment this slice has been initialized with.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Slice<T> |
Slicer.slice(Segment segment,
List<T> data)
Returns the requested slice of the data if available.
|
| Constructor and Description |
|---|
Slice(Segment aSegment)
Creates a new slice for the given segment.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.