public class ClientWiredStatelessChronicleCollection<U,E extends Collection<U>> extends AbstractStatelessClient<CollectionWireHandler.SetEventId> implements Collection<U>
csp, hub| Constructor and Description |
|---|
ClientWiredStatelessChronicleCollection(TcpChannelHub hub,
java.util.function.Supplier<E> factory,
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> wireToSet,
String csp,
long cid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(U u) |
boolean |
addAll(Collection<? extends U> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
isEmpty() |
Iterator<U> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] array) |
checkIsData, close, proxyReturnBoolean, proxyReturnBooleanWithArgs, proxyReturnBooleanWithSequence, proxyReturnByte, proxyReturnByte, proxyReturnInt, proxyReturnLong, proxyReturnTypedObject, proxyReturnUint16, proxyReturnVoid, proxyReturnVoid, proxyReturnWireConsumer, proxyReturnWireConsumerInOut, readBoolean, readInt, readReply, readReplyConsumer, sendEvent, sendEventAsync, sendEventAsyncWithoutLock, toParameters, writeAsyncMetaData, writeMetaDataForKnownTID, writeMetaDataStartTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic ClientWiredStatelessChronicleCollection(@NotNull
TcpChannelHub hub,
@NotNull
java.util.function.Supplier<E> factory,
@NotNull
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,U> wireToSet,
@NotNull
String csp,
long cid)
public int size()
size in interface Collection<U>public boolean isEmpty()
isEmpty in interface Collection<U>public boolean contains(Object o)
contains in interface Collection<U>@NotNull public Object[] toArray()
toArray in interface Collection<U>@NotNull
public <T> T[] toArray(@NotNull
T[] array)
toArray in interface Collection<U>public boolean add(U u)
add in interface Collection<U>public boolean remove(Object o)
remove in interface Collection<U>public boolean containsAll(@NotNull
Collection<?> c)
containsAll in interface Collection<U>public boolean addAll(@NotNull
Collection<? extends U> c)
addAll in interface Collection<U>public boolean retainAll(@NotNull
Collection<?> c)
retainAll in interface Collection<U>public boolean removeAll(@NotNull
Collection<?> c)
removeAll in interface Collection<U>public void clear()
clear in interface Collection<U>Copyright © 2015. All rights reserved.