com.crankuptheamps.client
Class BookmarkRingBuffer.Entry
java.lang.Object
com.crankuptheamps.client.BookmarkRingBuffer.Entry
- Enclosing class:
- BookmarkRingBuffer
public class BookmarkRingBuffer.Entry
- extends Object
Represents a single entry in an array of bookmarks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarkRingBuffer.Entry
public BookmarkRingBuffer.Entry()
setBookmark
public BookmarkRingBuffer.Entry setBookmark(Field f)
getBookmark
public BookmarkField getBookmark()
setIndex
public BookmarkRingBuffer.Entry setIndex(long index)
getIndex
public long getIndex()
isActive
public boolean isActive()
setActive
public BookmarkRingBuffer.Entry setActive(boolean active)
isPersisted
public boolean isPersisted()
setPersisted
public BookmarkRingBuffer.Entry setPersisted(boolean persisted)