krati.core.array.entry
Class PreFillEntryShort

java.lang.Object
  extended by krati.core.array.entry.AbstractEntry<T>
      extended by krati.core.array.entry.PreFillEntry<EntryValueShort>
          extended by krati.core.array.entry.PreFillEntryShort
All Implemented Interfaces:
Comparable<Entry<EntryValueShort>>, Entry<EntryValueShort>

public class PreFillEntryShort
extends PreFillEntry<EntryValueShort>


Field Summary
 
Fields inherited from class krati.core.array.entry.PreFillEntry
_index, _valArray
 
Fields inherited from class krati.core.array.entry.AbstractEntry
_entryCapacity, _entryId, _maxScn, _minScn, _valFactory
 
Fields inherited from interface krati.core.array.entry.Entry
STORAGE_VERSION
 
Constructor Summary
PreFillEntryShort(int entryId, int capacity)
           
 
Method Summary
 void add(EntryValueShort value)
          Adds an EntryValue.
 void add(int pos, short val, long scn)
          Adds data to this Entry.
 
Methods inherited from class krati.core.array.entry.PreFillEntry
clear, ensureCapacity, getValueList, loadDataSection, saveDataSection, size
 
Methods inherited from class krati.core.array.entry.AbstractEntry
capacity, compareTo, getFile, getId, getMaxScn, getMinScn, getServiceId, getValueFactory, isEmpty, isFull, load, maintainScn, save, setServiceId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreFillEntryShort

public PreFillEntryShort(int entryId,
                         int capacity)
Method Detail

add

public void add(EntryValueShort value)
Description copied from interface: Entry
Adds an EntryValue.


add

public void add(int pos,
                short val,
                long scn)
Adds data to this Entry.

Parameters:
pos -
val -
scn -


Copyright © 2011. All Rights Reserved.