Constructor and Description |
---|
FrameBuffer() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
attributeNameSet()
Returns a read-only
Set view of the slice names contained
in this frame buffer. |
Set<Map.Entry<String,Slice>> |
entrySet()
Returns a read-only
Set view of the name-slice mappings
contained in this frame buffer. |
boolean |
equals(Object obj) |
Slice |
findSlice(String name) |
Slice |
getSlice(String name) |
int |
hashCode() |
void |
insert(String name,
Slice slice) |
boolean |
isEmpty()
Returns
true if this frame buffer contains no name-slice mappings. |
Iterator<Map.Entry<String,Slice>> |
iterator()
Returns a read-only iterator over the existing slices.
|
int |
size()
Returns the number of name-slice mappings in this frame buffer.
|
String |
toString() |
public Iterator<Map.Entry<String,Slice>> iterator()
The elements are ordered by slice name. The returned entries represent snapshots of the slices at the time they were produced.
public Set<String> attributeNameSet()
Set
view of the slice names contained
in this frame buffer. The set's iterator returns the slice names in
ascending order.public Set<Map.Entry<String,Slice>> entrySet()
Set
view of the name-slice mappings
contained in this frame buffer. The set's iterator returns the entries in
ascending name order.public int size()
public boolean isEmpty()
true
if this frame buffer contains no name-slice mappings.true
if this frame buffer contains no name-slice mappings