|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.util.map.AbstractIMap<K,V>
org.millscript.commons.util.map.ITwoArrayMap<Name,java.lang.String>
org.millscript.commons.xml.tokenizer.AttributesImpl
public class AttributesImpl
This class provides a default Attributes implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.millscript.commons.util.map.ITwoArrayMap |
|---|
org.millscript.commons.util.map.ITwoArrayMap.MapletListIterator<K,V>, org.millscript.commons.util.map.ITwoArrayMap.SharedMapletListIterator<K,V>, org.millscript.commons.util.map.ITwoArrayMap.SharedTwoArrayMapletList<K,V>, org.millscript.commons.util.map.ITwoArrayMap.TwoArrayMapIterator<K,V>, org.millscript.commons.util.map.ITwoArrayMap.TwoArrayMapletList<K,V> |
| Constructor Summary | |
|---|---|
AttributesImpl(Name[] names,
java.lang.String[] values,
boolean share)
Constructs a new attributes map with an optional copy of the specified backing array containing alternate name-value objects. |
|
| Method Summary |
|---|
| Methods inherited from class org.millscript.commons.util.map.ITwoArrayMap |
|---|
clone, contains, containsKey, containsValue, get, iterator, keyList, sharedKeyList, sharedMapletList, sharedValueList, size, valueList |
| Methods inherited from class org.millscript.commons.util.map.AbstractIMap |
|---|
contains, containsAll, decorate, equals, getDefault, hashCode, isEmtpy, mapletList, setDefault, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.millscript.commons.util.IMap |
|---|
contains, contains, containsAll, containsKey, containsValue, equals, get, getDefault, hashCode, isEmtpy, iterator, keyList, mapletList, setDefault, size, valueList |
| Constructor Detail |
|---|
public AttributesImpl(Name[] names,
java.lang.String[] values,
boolean share)
names - an array of name objectsvalues - an array of values for their respective name in the
names arrayshare - if true the specified arrays will be shared
otherwise the array will be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||