@Accessors public abstract class Entry<T,R extends ITextSegment> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Entry<T,R> |
next |
protected Entry<T,R> |
previous |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectEntry<T,R> |
getLeadingObject() |
abstract SeparatorEntry<T,R> |
getLeadingSeparator() |
Entry<T,R> |
getNext() |
Entry<T,R> |
getPrevious() |
abstract ObjectEntry<T,R> |
getTrailingObject() |
abstract SeparatorEntry<T,R> |
getTrailingSeparator() |
void |
setNext(Entry<T,R> next) |
void |
setPrevious(Entry<T,R> previous) |
protected Entry<T,R extends ITextSegment> next
protected Entry<T,R extends ITextSegment> previous
public abstract ObjectEntry<T,R> getLeadingObject()
public abstract ObjectEntry<T,R> getTrailingObject()
public abstract SeparatorEntry<T,R> getLeadingSeparator()
public abstract SeparatorEntry<T,R> getTrailingSeparator()
Copyright © 2015. All Rights Reserved.