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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public static final int MAX_TABLES
public CostRateTableEntry getEntryByDate(LocalDateTime date)
date
- required datepublic int getIndexByDate(LocalDateTime date)
date
- required datepublic boolean tableIsPopulated()
Copyright © 2000–2024 Packwood Software. All rights reserved.