@Authors(value="Nikolche Mihajlovski") @Since(value="4.3.0") public class BufMapImpl<T> extends org.rapidoid.util.AbstractMapImpl<byte[],T> implements BufMap<T>
defaultValue, entries
BufMapImpl()
BufMapImpl(int capacity)
T
get(Buf buf, BufRange key)
void
put(String key, T value)
boolean
remove(String key)
clear, findEntry, findEntry, getDefaultValue, setDefaultValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, setDefaultValue
public BufMapImpl()
public BufMapImpl(int capacity)
public void put(String key, T value)
put
BufMap<T>
public T get(Buf buf, BufRange key)
get
public boolean remove(String key)
remove
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.