|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryValue | |
---|---|
krati.core.array.basic | |
krati.core.array.entry |
Uses of EntryValue in krati.core.array.basic |
---|
Classes in krati.core.array.basic with type parameters of type EntryValue | |
---|---|
class |
ArrayEntryManager<V extends EntryValue>
|
interface |
RecoverableArray<V extends EntryValue>
|
Methods in krati.core.array.basic with type parameters of type EntryValue | ||
---|---|---|
|
ArrayFile.update(List<Entry<T>> entryList)
Apply entries to the array file. |
Uses of EntryValue in krati.core.array.entry |
---|
Classes in krati.core.array.entry with type parameters of type EntryValue | |
---|---|
class |
AbstractEntry<T extends EntryValue>
Entry. |
interface |
Entry<T extends EntryValue>
Redo Entry. |
interface |
EntryFactory<T extends EntryValue>
EntryFactory. |
class |
EntryPool<T extends EntryValue>
|
interface |
EntryValueFactory<T extends EntryValue>
EntryValueFactory. |
class |
PreFillEntry<T extends EntryValue>
|
class |
SimpleEntry<T extends EntryValue>
EntryImpl. |
Subclasses of EntryValue in krati.core.array.entry | |
---|---|
class |
EntryValueInt
EntryValueInt. |
class |
EntryValueLong
EntryValueLong. |
class |
EntryValueShort
|
Methods in krati.core.array.entry with type parameters of type EntryValue | ||
---|---|---|
static
|
EntryUtility.sortEntriesToValues(Entry<T>[] entryArray)
Sort all the EntryValue(s) from an Entry array into an array of EntryValue(s). |
|
static
|
EntryUtility.sortEntriesToValues(List<Entry<T>> entryList)
Sort all the EntryValue(s) from an Entry list into an array of EntryValue(s). |
Methods in krati.core.array.entry that return EntryValue | ||
---|---|---|
T[] |
EntryValueFactory.newValueArray(int length)
Creates an array of EntryValue of a specified length. |
|
static
|
EntryUtility.sortEntriesToValues(Entry<T>[] entryArray)
Sort all the EntryValue(s) from an Entry array into an array of EntryValue(s). |
|
static
|
EntryUtility.sortEntriesToValues(List<Entry<T>> entryList)
Sort all the EntryValue(s) from an Entry list into an array of EntryValue(s). |
Methods in krati.core.array.entry with parameters of type EntryValue | |
---|---|
int |
EntryValue.compareTo(EntryValue o)
|
Method parameters in krati.core.array.entry with type arguments of type EntryValue | |
---|---|
void |
EntryPersistAdapter.afterPersist(Entry<? extends EntryValue> e)
|
void |
EntryPersistListener.afterPersist(Entry<? extends EntryValue> e)
|
void |
EntryPersistAdapter.beforePersist(Entry<? extends EntryValue> e)
|
void |
EntryPersistListener.beforePersist(Entry<? extends EntryValue> e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |