K - A key or lookup typeV - A value typepublic class MapBackedDirectory<K,V> extends Object implements Directory<K,V>
| Constructor and Description |
|---|
MapBackedDirectory()
Creates an empty directory backed by an empty Map
|
MapBackedDirectory(Map<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
{ @inheritDoc }
|
V |
getItem(K key)
{ @inheritDoc }
|
List<V> |
getItems()
{ @inheritDoc }
|
Set<K> |
getKeys()
{ @inheritDoc }
|
int |
hashCode()
{ @inheritDoc }
|
boolean |
isEmpty()
{ @inheritDoc }
|
int |
size()
{ @inheritDoc }
|
public MapBackedDirectory()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.