public class HistoryElement<T> extends Object implements IHistoryElement<T>
| Constructor and Description |
|---|
HistoryElement(IHistory<IHistoryElement<T>> history,
T data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getData() |
IHistory<IHistoryElement<T>> |
getHistory() |
String |
getText() |
int |
hashCode() |
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 String getText()
getText in interface IHistoryElement<T>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