public class AttributeMap extends AbstractMap<AttributedCharacterIterator.Attribute,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
protected BaseAString |
astring |
protected int |
beginIndex |
protected int |
endIndex |
protected int |
runIndex |
| Constructor and Description |
|---|
AttributeMap(BaseAString astring,
int runIndex,
int beginIndex,
int endIndex) |
| Modifier and Type | Method and Description |
|---|---|
Set |
entrySet() |
Object |
get(Object key) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected int runIndex
protected int beginIndex
protected int endIndex
protected BaseAString astring
public AttributeMap(BaseAString astring, int runIndex, int beginIndex, int endIndex)
public Set entrySet()
entrySet in interface Map<AttributedCharacterIterator.Attribute,Object>entrySet in class AbstractMap<AttributedCharacterIterator.Attribute,Object>public Object get(Object key)
get in interface Map<AttributedCharacterIterator.Attribute,Object>get in class AbstractMap<AttributedCharacterIterator.Attribute,Object>Copyright © 2019. All rights reserved.