public class HistoryElement<T> extends java.lang.Object implements IHistoryElement<T>
Constructor and Description |
---|
HistoryElement(IHistory<IHistoryElement<T>> history,
T data) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
T |
getData() |
IHistory<IHistoryElement<T>> |
getHistory() |
java.lang.String |
getText() |
int |
hashCode() |
java.lang.String |
toString() |
public HistoryElement(IHistory<IHistoryElement<T>> history, T data)
public IHistory<IHistoryElement<T>> getHistory()
getHistory
in interface IHistoryElement<T>
public T getData()
getData
in interface IHistoryElement<T>
public java.lang.String getText()
getText
in interface IHistoryElement<T>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html