graphlab.main.attribute
Class AttributeImplSet
java.lang.Object
graphlab.main.attribute.AttributeImplSet
- All Implemented Interfaces:
- AttributeSet
public class AttributeImplSet
- extends java.lang.Object
- implements AttributeSet
- Author:
- azin azadi
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeImplSet
public AttributeImplSet(NotifiableAttributeSet notifiableAttributeSet)
AttributeImplSet
public AttributeImplSet()
getAtr
public java.util.Map<java.lang.String,java.lang.Object> getAtr()
- Specified by:
getAtr in interface AttributeSet
put
public java.lang.Object put(java.lang.String name,
java.lang.Object value)
- Specified by:
put in interface AttributeSet
get
public java.lang.Object get(java.lang.String name)
- Specified by:
get in interface AttributeSet
contains
public boolean contains(java.lang.String name)
- Specified by:
contains in interface AttributeSet
addAttributeListener
public void addAttributeListener(AttributeListener attributeListener,
java.lang.String... attrNames)
getAttributeListeners
public java.util.Collection<AttributeListener> getAttributeListeners(java.lang.String attrName)
removeAttributeListener
public void removeAttributeListener(AttributeListener x)
clear
public void clear()
- clears all attributes in this set, this means that after calling this method the set of attributes will be empty