public class CostRateTable extends ArrayList<CostRateTableEntry>
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_TABLES |
modCount| Constructor and Description |
|---|
CostRateTable() |
| Modifier and Type | Method and Description |
|---|---|
CostRateTableEntry |
getEntryByDate(LocalDateTime date)
Retrieve the table entry valid for the supplied date.
|
int |
getIndexByDate(LocalDateTime date)
Retrieve the index of the table entry valid for the supplied date.
|
boolean |
tableIsPopulated()
Returns true if the table is populated with non-zero entries.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final int MAX_TABLES
public CostRateTableEntry getEntryByDate(LocalDateTime date)
date - required datepublic int getIndexByDate(LocalDateTime date)
date - required datepublic boolean tableIsPopulated()
Copyright © 2000–2025 MPXJ. All rights reserved.