Package ai.libs.jaicore.basic.sets
Class ElementDecorator<E>
- java.lang.Object
-
- ai.libs.jaicore.basic.sets.ElementDecorator<E>
-
- All Implemented Interfaces:
org.api4.java.common.attributedobjects.IElementDecorator<E>
public class ElementDecorator<E> extends java.lang.Object implements org.api4.java.common.attributedobjects.IElementDecorator<E>
-
-
Constructor Summary
Constructors Constructor Description ElementDecorator(E element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)EgetElement()inthashCode()
-
-
-
Constructor Detail
-
ElementDecorator
public ElementDecorator(E element)
-
-
Method Detail
-
getElement
public E getElement()
- Specified by:
getElementin interfaceorg.api4.java.common.attributedobjects.IElementDecorator<E>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-