public class ByReferenceIntrinsicVector<I extends Serializable & Comparable<I>,D extends Durable<I>> extends AbstractDurableVector<I,D>
| Constructor and Description |
|---|
ByReferenceIntrinsicVector(IntrinsicRoster<D> roster,
Comparator<D> comparator,
int maxSize,
int timeToLiveSeconds,
boolean ordered) |
| Modifier and Type | Method and Description |
|---|---|
List<D> |
asBestEffortLazyList() |
DurableVector<I,D> |
copy() |
IntrinsicRoster<D> |
getRoster() |
Iterator<D> |
iterator() |
add, head, isSingular, removeasBestEffortPreFetchedList, getComparator, getMaxSize, getTimeToLiveSeconds, isAlive, isOrderedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ByReferenceIntrinsicVector(IntrinsicRoster<D> roster, Comparator<D> comparator, int maxSize, int timeToLiveSeconds, boolean ordered)
public IntrinsicRoster<D> getRoster()
getRoster in class AbstractDurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>public DurableVector<I,D> copy()
copy in class AbstractDurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>public List<D> asBestEffortLazyList()
asBestEffortLazyList in class DurableVector<I extends Serializable & Comparable<I>,D extends Durable<I>>Copyright © 2017. All rights reserved.