public class PreviousEventInfoContainer extends Object implements Serializable
Constructor and Description |
---|
PreviousEventInfoContainer() |
Modifier and Type | Method and Description |
---|---|
void |
addNewInfo(short[] startCells,
short[] stoppCells,
int[] unixTime) |
int |
getListSize() |
LinkedList<short[]> |
getPreviousStartCells() |
LinkedList<short[]> |
getPreviousStopCells() |
LinkedList<int[]> |
getPreviousUnixTimes() |
short[] |
getPrevStartCells(int entry) |
short[] |
getPrevStoppCells(int entry) |
int[] |
getPrevUnixTimeCells(int entry) |
void |
removeLastInfo() |
void |
setListSize(int listSize) |
void |
setPreviousStartCells(LinkedList<short[]> previousStartCells) |
void |
setPreviousStopCells(LinkedList<short[]> previousStopCells) |
void |
setPreviousUnixTimes(LinkedList<int[]> previousUnixTimes) |
public void addNewInfo(short[] startCells, short[] stoppCells, int[] unixTime)
public short[] getPrevStartCells(int entry)
public short[] getPrevStoppCells(int entry)
public int[] getPrevUnixTimeCells(int entry)
public void removeLastInfo()
public LinkedList<short[]> getPreviousStartCells()
public void setPreviousStartCells(LinkedList<short[]> previousStartCells)
public LinkedList<short[]> getPreviousStopCells()
public void setPreviousStopCells(LinkedList<short[]> previousStopCells)
public LinkedList<int[]> getPreviousUnixTimes()
public void setPreviousUnixTimes(LinkedList<int[]> previousUnixTimes)
public int getListSize()
public void setListSize(int listSize)
Copyright © 2019. All rights reserved.