|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
DatedMap that maintains a complete, non-dated
map at each date where a change occurs.dates to this series of dates.
dates to this series of dates.
[MIN_DATE,MAX_DATE).
DatedList that can efficiently iterate through the list of
elements at a given date by maintaining a java.util.ArrayList at each date.ArrayListByDate.
ArrayListByDate initialized with the elements
of datedCollection.
DatedList that uses a single java.util.ArrayList to
efficiently add and set values.Dates object so that it contains only the ranges not currently
in this Dates object.
Dates object so that it contains only the ranges not currently
in this Dates object.
true if this collection contains the specified element
on the specified date.
true if this collection contains the specified element
on the specified date.
true if this dated collection contains all elements of
the specified collection.
true if this dated collection contains all elements of
the specified collection.
true if this dated map contains the specified key at the
specified date.
true if this dated map contains the specified key at the
specified date.
true if this dated map contains the specified key
throughout the specified date range.
true if this dated map contains the specified key
throughout the specified date range.
true if this collection contains the specified element
throughout the specified date range.
true if this collection contains the specified element
throughout the specified date range.
true if any key maps to the specified value at the
specified date.
true if any key maps to the specified value at the
specified date.
true if a key maps to the specified value
throughout the specified date range.
true if a key maps to the specified value
throughout the specified date range.
TreeMap initialized with the mappings of
map.
HashMap initialized with the mappings of
map.
TreeMap.
HashMap.
from,
inclusive, and ending with to, exclusive.
DateOutOfRangeException without detail message.
DateOutOfRangeException with the specified detail message.
date is equal to
obj at objDate.
date is equal to
obj at objDate.
date is equal to
obj at objDate.
date is equal to
obj at objDate.
date is equal to
obj at objDate.
true if this dated map does not contain the specified key
at any date within the specified date range.
true if this dated map does not contain the specified key
at any date within the specified date range.
true if this collection does not contain the specified
element at any date within the specified date range.
true if this collection does not contain the specified
element at any date within the specified date range.
true if no key maps to the specified value
at any date within the specified date range.
true if no key maps to the specified value
at any date within the specified date range.
DatedMap that maintains a java.util.HashMap
at each date where a change occurs, yielding fast date iterations and fast retrievals.HashMapByDate.
HashMapByDate initialized with the mappings of
datedMap.
DatedMap that indexes its keys with a
java.util.HashMap, yielding fast insertions and removals.HashMapByKey.
HashMapByKey from the specified
dated map.
HashMapByKey with the specified initial capacity
and default load factor (0.75).
HashMapByKey with the specified initial capacity
and load factor.
DatedMap that uses a
HashMapByDate as its underlying data structure.HashSetByDate.
HashSetByDate initialized with the elements
and dates of the specified dated collection.
DatedSet that uses a HashMapByKey as its underlying
data structure.HashSetByElement.
HashSetByElement initialized with the elements
and dates of the specified dated collection.
HashSetByElement with the specified initial capacity
and default load factor (0.75).
HashSetByElement with the
specified initial capacity and load factor.
true if the size of this dated map is greater than or equal to
the specified size throughout the specified date range.
true if the number of elements in this collection is
greater than or equal to the specified size throughout the specified
date range.
true if the size of this dated map is greater than or equal to
the specified size throughout the specified date range.
true if the number of elements in this collection is
greater than or equal to the specified size throughout the specified
date range.
DatedMap
that uses identity equality and
identity hash code by maintaining a java.util.IdentityHashMap
at each date.IdentityHashMapByDate.
IdentityHashMapByDate initialized with the mappings of
datedMap.
DatedMap
that uses identity equality and identity hash code.IdentityHashMapByKey.
IdentityHashMapByKey initialized with the mappings
of the specified dated map.
IdentityHashMap with the specified expected
maximum size.
dates.
dates.
true if this dated value has the specified value at
the specified date.
true if this map contains no mappings on the
specified date.
true if this collection contains no elements on the
specified date.
true if this map contains no mappings on the
specified date.
true if this collection contains no elements on the
specified date.
true if this map contains no mappings throughout
the specified date range.
true if this collection contains no elements throughout the
specified date range.
true if this map contains no mappings throughout
the specified date range.
true if this collection contains no elements throughout the
specified date range.
true if this dated value does not have the specified value
at any date within the specified date range.
true if this dated value does not have the specified value
at any date within the specified date range.
true if this dated value has the specified value throughout
the specified date range.
true if this dated value has a specified value throughout
the specified date range.
next.
null values.
previous.
key with value in this dated map during
the specified date range.
key with value in this dated map during
the specified date range.
datedMap into this dated map.
datedMap into this dated map.
next from the underlying
collection for the specified date range (optional operation).
dates from this series of dates.
dates from this series of dates.
fromIndex, inclusive, and
toIndex, exclusive, for the specified date range.
dates from this
series of dates.
dates from this
series of dates.
next or
previous with the specified element for the specified
date range (optional operation).
fromIndex,
inclusive, to toIndex, exclusive.
fromIndex,
inclusive, to toIndex, exclusive.
String.valueOf to convert the value to a string.
Dates that uses a Red-Black tree to achieve logarithmic
insertions and deletions.