Class SymbMap
java.lang.Object
org.apache.xml.security.c14n.implementations.SymbMap
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) NameSpaceSymbEntry[]
(package private) int
(package private) String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object
clone()
(package private) List
<NameSpaceSymbEntry> entrySet()
(package private) NameSpaceSymbEntry
protected int
(package private) void
put
(String key, NameSpaceSymbEntry value) protected void
rehash
(int newCapacity) rehashes the map to the new capacity.
-
Field Details
-
free
int free -
entries
NameSpaceSymbEntry[] entries -
keys
String[] keys
-
-
Constructor Details
-
SymbMap
SymbMap()
-
-
Method Details
-
put
-
entrySet
List<NameSpaceSymbEntry> entrySet() -
index
-
rehash
protected void rehash(int newCapacity) rehashes the map to the new capacity.- Parameters:
newCapacity
- anint
value
-
get
-
clone
-