public class TransactionLogData extends Object
Modifier and Type | Field and Description |
---|---|
List<TransactionLogStruct> |
stuff |
Constructor and Description |
---|
TransactionLogData() |
Modifier and Type | Method and Description |
---|---|
void |
add(TransactionLogStruct add) |
boolean |
Contains(String action) |
List<TransactionLogTimeStampStruct> |
get(String action) |
int |
Size() |
public List<TransactionLogStruct> stuff
public boolean Contains(String action)
public void add(TransactionLogStruct add)
public List<TransactionLogTimeStampStruct> get(String action)
public int Size()
Copyright © 2008–2017 MIL-OSS. All rights reserved.