Save This Page
Home » openjdk-7 » java » text » [javadoc | source]
java.text
final class: AttributedString.AttributeMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      java.text.AttributedString$AttributeMap

All Implemented Interfaces:
    Map

Field Summary
 int runIndex     
 int beginIndex     
 int endIndex     
Fields inherited from java.util.AbstractMap:
keySet,  values
Constructor:
 AttributeMap(int runIndex,
    int beginIndex,
    int endIndex) 
Method from java.text.AttributedString$AttributeMap Summary:
entrySet,   get
Methods from java.util.AbstractMap:
clear,   clone,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.text.AttributedString$AttributeMap Detail:
 public Set entrySet() 
 public Object get(Object key)