|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<Long> it.unimi.dsi.fastutil.longs.AbstractLongCollection it.unimi.dsi.fastutil.longs.AbstractLongList it.unimi.di.mg4j.index.remote.RemoteOffsetList
public class RemoteOffsetList
A class accessing remotely a LongList
.
Nested Class Summary | |
---|---|
static class |
RemoteOffsetList.ServerThread
|
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.longs.AbstractLongList |
---|
AbstractLongList.LongSubList |
Constructor Summary | |
---|---|
RemoteOffsetList(SocketAddress addr,
int size)
Creates a new remote long list. |
Method Summary | |
---|---|
long |
getLong(int index)
|
int |
size()
|
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongList |
---|
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, get, getElements, hashCode, indexOf, indexOf, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, longListIterator, longListIterator, longSubList, peek, peekLong, pop, popLong, push, push, rem, remove, remove, removeElements, removeLong, set, set, size, subList, top, topLong, toString |
Methods inherited from class it.unimi.dsi.fastutil.longs.AbstractLongCollection |
---|
add, contains, containsAll, containsAll, isEmpty, longIterator, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toLongArray, toLongArray |
Methods inherited from class java.util.AbstractCollection |
---|
clear |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, clear, contains, containsAll, isEmpty, removeAll, retainAll, toArray, toArray |
Methods inherited from interface it.unimi.dsi.fastutil.longs.LongCollection |
---|
containsAll, longIterator, removeAll, retainAll, toArray, toArray, toLongArray, toLongArray |
Methods inherited from interface it.unimi.dsi.fastutil.Stack |
---|
isEmpty |
Constructor Detail |
---|
public RemoteOffsetList(SocketAddress addr, int size)
addr
- the address of the socket assigned to the server thread.size
- the size of the list.Method Detail |
---|
public long getLong(int index)
getLong
in interface LongList
public int size()
size
in interface Collection<Long>
size
in interface List<Long>
size
in class AbstractCollection<Long>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |