| | |
| | | * |
| | | * |
| | | * Copyright 2009 Sun Microsystems, Inc. |
| | | * Portions copyright 2011-2013 ForgeRock AS |
| | | * Portions copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | package org.forgerock.opendj.ldap; |
| | | |
| | |
| | | * whether this byte sequence is less than, equal to, or greater |
| | | * than the specified object. |
| | | */ |
| | | @Override |
| | | int compareTo(ByteSequence o); |
| | | |
| | | /** |
| | |
| | | * content is equal to that of this byte sequence, or {@code false} |
| | | * if not. |
| | | */ |
| | | @Override |
| | | boolean equals(Object o); |
| | | |
| | | /** |
| | |
| | | * |
| | | * @return A hash code for this byte sequence. |
| | | */ |
| | | @Override |
| | | int hashCode(); |
| | | |
| | | /** |
| | |
| | | * |
| | | * @return The string representation of this byte sequence. |
| | | */ |
| | | @Override |
| | | String toString(); |
| | | } |