I
- type of the itemspublic class LookupTable<I> extends Object
Constructor and Description |
---|
LookupTable() |
Modifier and Type | Method and Description |
---|---|
void |
addLookupEntry(I keyItem,
I valueItem)
Adds a lookup entry.
|
void |
clear() |
I |
first() |
boolean |
hasLookupFor(I item) |
boolean |
isEmpty() |
Set<I> |
keys() |
I |
lookup(I item)
Looks up the item that correspond to the given one
|
Collection<I> |
values() |
public void addLookupEntry(I keyItem, I valueItem)
keyItem
- valueItem
- public void clear()
public boolean isEmpty()
public I lookup(I item)
item
- public boolean hasLookupFor(I item)
item
- public Collection<I> values()
public I first()
Copyright © 2019 sejda. All rights reserved.