org.robokind.impl.motion.pololu
Class MaestroServo.Id
java.lang.Object
org.robokind.impl.motion.pololu.MaestroServo.Id
- All Implemented Interfaces:
- Comparable, org.robokind.api.common.utils.LocalIdentifier
- Enclosing class:
- MaestroServo
public static final class MaestroServo.Id
- extends Object
- implements org.robokind.api.common.utils.LocalIdentifier, Comparable
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
isValidId
public static boolean isValidId(int id)
- Returns true if the given id is valid for a PhysicalId.
- Parameters:
id
- value to check
- Returns:
- true if the given id is valid for a PhysicalId.
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable
Copyright © 2011. All Rights Reserved.