- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Detail
-
getItem
V getItem(K key)
- Parameters:
key - the key used to lookup a particular item
- Returns:
- the value instance associated with the key
-
getItems
Collection<V> getItems()
- Returns:
- the Collection of values contained in the directory
-
getKeys
Set<K> getKeys()
- Returns:
- the Set of keys contained in the directory
-
size
int size()
- Returns:
- the number of items held in the directory
-
isEmpty
boolean isEmpty()
- Returns:
- true if the directory contains no items, false if not.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.