public class AvailabilityTable extends ArrayList<Availability>
modCount| Constructor and Description |
|---|
AvailabilityTable() |
| Modifier and Type | Method and Description |
|---|---|
Availability |
getEntryByDate(Date date)
Retrieve the table entry valid for the supplied date.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic Availability getEntryByDate(Date date)
date - required dateCopyright © 2013. All Rights Reserved.