public abstract class ObjectWithStringCode extends Object
Constructor and Description |
---|
ObjectWithStringCode() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract String |
getCode() |
static <T extends ObjectWithStringCode> |
getObjectWithCode(Iterable<T> iterable,
String code) |
int |
hashCode() |
public abstract String getCode()
public static <T extends ObjectWithStringCode> T getObjectWithCode(Iterable<T> iterable, String code)
Copyright © 2017. All rights reserved.