public class FullContainerIdentity extends SimpleContainerIdentity
| Constructor and Description |
|---|
FullContainerIdentity(String id,
ContainerType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object identity)
Differentiate two identities.
|
ContainerType |
getType() |
int |
hashCode()
Allows quick verification to check is two identities are different.
|
String |
toString() |
getIdpublic FullContainerIdentity(String id, ContainerType type)
id - the container idtype - the container typepublic ContainerType getType()
public boolean equals(Object identity)
equals in class SimpleContainerIdentityObject.equals(java.lang.Object)public int hashCode()
hashCode in class SimpleContainerIdentityObject.hashCode()public String toString()
toString in class SimpleContainerIdentityObject.toString()Copyright © 2004–2015 Github. All rights reserved.