Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Map<Address,Digest.Entry> |
Digest.senders |
Map<Address, Entry>
|
Modifier and Type | Method | Description |
---|---|---|
Digest.Entry |
Digest.get(Address sender) |
Returns the Entry for the given sender.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<Address,Digest.Entry> |
Digest.getSenders() |
Returns an unmodifiable map, so modifications will result in exceptions
|
java.util.Map<Address,Digest.Entry> |
MutableDigest.getSenders() |
Constructor | Description |
---|---|
Entry(Digest.Entry other) |
Constructor | Description |
---|---|
Digest(java.util.Map<Address,Digest.Entry> map) |
Creates a new digest from an existing map by copying the keys and values from map
|
MutableDigest(java.util.Map<Address,Digest.Entry> map) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.