public class ConstantCharacterGetter<T> extends Object implements CharacterGetter<T>, Getter<T,Character>
| Constructor and Description |
|---|
ConstantCharacterGetter(char value) |
| Modifier and Type | Method and Description |
|---|---|
Character |
get(T target)
Return the property from the specified object.
|
char |
getCharacter(T target) |
public char getCharacter(T target)
getCharacter in interface CharacterGetter<T>Copyright © 2017. All rights reserved.