Public Member Functions

alma.acs.logging.table.RowEntries Class Reference

Inherits java::util::ArrayList< Integer >.

List of all members.

Public Member Functions

 RowEntries (int initialCapacity)
void removeFirstEntries (int numOfEntries)
void removeLastEntries (int numOfEntries)

Detailed Description

The data structure containing all the rows of the table (in the model coordinate space).

The entry in position i contains the key of the log to show in the row i of the table.

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.logging.table.RowEntries.RowEntries ( int  initialCapacity  ) 

Constructor

Parameters:
initialCapacity the initial capacity of the list

Member Function Documentation

void alma.acs.logging.table.RowEntries.removeFirstEntries ( int  numOfEntries  ) 

Remove the first numOfEntries entries from the array.

Parameters:
numOfEntries 
void alma.acs.logging.table.RowEntries.removeLastEntries ( int  numOfEntries  ) 

Remove the first numOfEntries entries from the array.

Parameters:
numOfEntries 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties