|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcs195z.support.CElement<T,E>
public class CElement<T extends Number,E extends Serializable>
The atomic unit you want to cluster.
Constructor Summary | |
---|---|
CElement(List<T> content)
|
|
CElement(List<T> content,
E name)
|
Method Summary | |
---|---|
List<T> |
getContents()
Gets vector of numbers. |
E |
getName()
Gets the serializable object that "names" the element. |
void |
setName(E _name)
Stores the serializable object that "names" the element. |
String |
toString()
Pretty prints. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CElement(List<T> content)
public CElement(List<T> content, E name)
Method Detail |
---|
public List<T> getContents()
public E getName()
public void setName(E _name)
_name
- public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |