public class ChunkAdapter extends Chunk
| Constructor and Description |
|---|
ChunkAdapter(Object obj) |
ChunkAdapter(Object obj,
Category category,
boolean replace) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Key<T> entry) |
Object |
getAdaptee() |
Set<Key<?>> |
getKeys() |
<T> void |
put(Key<T> entry,
T value) |
equals, getCategory, getReplace, toStringpublic ChunkAdapter(Object obj)
Copyright © 2012. All Rights Reserved.