K - the Directory key typeV - the Directory value typepublic interface Directory<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
getItem(K key) |
Collection<V> |
getItems() |
Set<K> |
getKeys() |
boolean |
isEmpty() |
int |
size() |
V getItem(K key)
key - the key used to lookup a particular itemCollection<V> getItems()
int size()
boolean isEmpty()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.