public class Holding extends Object
Constructor and Description |
---|
Holding(Character character,
Thing thing) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Character |
getCharacter() |
Thing |
getThing() |
int |
hashCode() |
void |
setCharacter(Character character) |
void |
setThing(Thing thing) |
String |
toString() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.