Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method | Description |
---|---|---|
Rsp |
RspList.get(java.lang.Object key) |
Returns the Rsp associated with address key
|
Rsp |
RspList.put(Address key,
Rsp value) |
|
Rsp |
RspList.remove(java.lang.Object key) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<java.util.Map.Entry<Address,Rsp>> |
RspList.entrySet() |
|
java.util.Collection<Rsp> |
RspList.values() |
Modifier and Type | Method | Description |
---|---|---|
Rsp |
RspList.put(Address key,
Rsp value) |
Modifier and Type | Method | Description |
---|---|---|
void |
RspList.putAll(java.util.Map<? extends Address,? extends Rsp> m) |
Constructor | Description |
---|---|
RspList(java.util.Collection<Rsp> responses) |
Adds a list of responses
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.