public interface TableAccessor<K,V>
void
clear()
java.lang.Iterable<java.util.Map.Entry<K,V>>
entries()
V
get(K key)
java.lang.Iterable<K>
keys()
remove(K key)
set(K key, V value)
java.lang.Iterable<V>
values()
void set(K key, V value)
V get(K key)
void remove(K key)
java.lang.Iterable<java.util.Map.Entry<K,V>> entries()
java.lang.Iterable<K> keys()
java.lang.Iterable<V> values()
void clear()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.