|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
E - public interface ScannableStripeDataContainer<E>
A ScannableStripeDataContainer allows to retrieve TableInternal.StripeData instances in relation to Table.CellImmutable.getElement()
s
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
containsKey(E key)
|
List<TableInternal.StripeData<E>> |
determineStripeDataListContainingElement(E key)
|
List<TableInternal.StripeData<E>> |
determineStripeDataListForRange(E fromKey,
E toKey)
Returns a new List containing all TableInternal.StripeData instances containing elements which are between the fromKey and
the toKey. |
boolean |
isValid()
Returns true if the underlying structure could be build without errors |
Set<E> |
keySet()
|
int |
size()
|
List<TableInternal.StripeData<E>> |
values()
Returns a new List containg all TableInternal.StripeData instances within the ScannableStripeDataContainerIndex |
| Method Detail |
|---|
List<TableInternal.StripeData<E>> determineStripeDataListForRange(E fromKey,
E toKey)
List containing all TableInternal.StripeData instances containing elements which are between the fromKey and
the toKey. The upper and lower bound of TableInternal.StripeDatas will be included in the result.
fromKey - toKey -
boolean containsKey(E key)
key -
Map.containsKey(java.lang.Object)Set<E> keySet()
SortedMap.keySet()void clear()
Map.clear()int size()
Map.size()List<TableInternal.StripeData<E>> values()
List containg all TableInternal.StripeData instances within the ScannableStripeDataContainerIndex
List<TableInternal.StripeData<E>> determineStripeDataListContainingElement(E key)
key -
Map.get(java.lang.Object)boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||