JavaScript is disabled on your browser.
Skip navigation links
BandM metatools
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
eu.bandm.tools.ops
Interface CharMap<V>
public interface
CharMap<V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
containsKey
(char key)
void
get
(char key)
boolean
isEmpty
()
V
put
(char key,
V
value)
V
remove
(char key)
Method Details
isEmpty
boolean
isEmpty
()
containsKey
boolean
containsKey
(char key)
get
void
get
(char key)
put
V
put
(char key,
V
value)
remove
V
remove
(char key)