public interface History extends Iterable<History.Entry>
Modifier and Type | Interface and Description |
---|---|
static interface |
History.Entry |
Modifier and Type | Method and Description |
---|---|
void |
add(CharSequence line) |
void |
clear() |
CharSequence |
current() |
ListIterator<History.Entry> |
entries() |
ListIterator<History.Entry> |
entries(int index) |
CharSequence |
get(int index) |
int |
index() |
boolean |
isEmpty() |
Iterator<History.Entry> |
iterator() |
boolean |
moveTo(int index) |
void |
moveToEnd() |
boolean |
moveToFirst() |
boolean |
moveToLast() |
boolean |
next() |
boolean |
previous() |
void |
replace(CharSequence item) |
int |
size() |
int size()
boolean isEmpty()
int index()
void clear()
CharSequence get(int index)
void add(CharSequence line)
void replace(CharSequence item)
ListIterator<History.Entry> entries(int index)
ListIterator<History.Entry> entries()
Iterator<History.Entry> iterator()
iterator
in interface Iterable<History.Entry>
CharSequence current()
boolean previous()
boolean next()
boolean moveToFirst()
boolean moveToLast()
boolean moveTo(int index)
void moveToEnd()
Copyright © 2008-2013 Sonatype. All Rights Reserved.