|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<Integer> it.unimi.dsi.fastutil.ints.AbstractIntCollection it.unimi.dsi.fastutil.ints.AbstractIntList it.unimi.di.mg4j.index.remote.RemoteSizeList
public class RemoteSizeList
A class accessing remotely a LongList
.
Nested Class Summary | |
---|---|
static class |
RemoteSizeList.ServerThread
|
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.ints.AbstractIntList |
---|
AbstractIntList.IntSubList |
Constructor Summary | |
---|---|
RemoteSizeList(SocketAddress addr,
int size)
Creates a new remote long list. |
Method Summary | |
---|---|
int |
getInt(int index)
|
int |
size()
|
Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractIntList |
---|
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll, addElements, addElements, compareTo, contains, ensureIndex, ensureRestrictedIndex, equals, get, getElements, hashCode, indexOf, indexOf, intListIterator, intListIterator, intSubList, iterator, lastIndexOf, lastIndexOf, listIterator, listIterator, peek, peekInt, pop, popInt, push, push, rem, remove, remove, removeElements, removeInt, set, set, size, subList, top, topInt, toString |
Methods inherited from class it.unimi.dsi.fastutil.ints.AbstractIntCollection |
---|
add, contains, containsAll, containsAll, intIterator, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toIntArray, toIntArray |
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.ints.IntCollection |
---|
containsAll, intIterator, removeAll, retainAll, toArray, toArray, toIntArray, toIntArray |
Methods inherited from interface it.unimi.dsi.fastutil.Stack |
---|
isEmpty |
Constructor Detail |
---|
public RemoteSizeList(SocketAddress addr, int size)
addr
- the address of the socket assigned to the server thread.size
- the size of the list.Method Detail |
---|
public int getInt(int index)
getInt
in interface IntList
public int size()
size
in interface Collection<Integer>
size
in interface List<Integer>
size
in class AbstractCollection<Integer>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |