|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.jemm.client.shared.ValueEncoder
public abstract class ValueEncoder
| Constructor Summary | |
|---|---|
ValueEncoder()
|
|
| Method Summary | ||
|---|---|---|
abstract
|
encode(K value)
|
|
|
encodeArray(K[] values)
Creates an encoded copy of the given array, does not alter the original array. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueEncoder()
| Method Detail |
|---|
public abstract <K> K encode(K value)
public <K> K[] encodeArray(K[] values)
K - The array typevalues - The original array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||