public class Tag extends Object implements Comparable<Tag>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Tag t) |
boolean |
equals(Object ob) |
int |
getKeyCode() |
String |
toString() |
public Tag(Object ob, int keyCode)
Copyright © 2015–2021 Fiji. All rights reserved.