public class Target extends Object implements Comparable<Target>
Target(String target, int type)
int
compareTo(Target o)
boolean
equals(Object o)
String
getTarget()
getType()
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Target(String target, int type)
public String getTarget()
public int getType()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public int compareTo(Target o)
compareTo
Comparable<Target>
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.