public class Terminated<O> extends Object
| Constructor and Description |
|---|
Terminated(O element,
Terminator terminator) |
| Modifier and Type | Method and Description |
|---|---|
O |
getElement() |
Terminator |
getTerminator() |
String |
toString() |
public Terminated(O element, Terminator terminator)
public O getElement()
public Terminator getTerminator()
Copyright © 2017. All rights reserved.