com.atlassian.crowd.directory.cache.model
Class DualNameKey

java.lang.Object
  extended by com.atlassian.crowd.directory.cache.model.DualNameKey
All Implemented Interfaces:
Serializable

public class DualNameKey
extends Object
implements Serializable

A cache key formed by two Strings.

See Also:
Serialized Form

Constructor Summary
DualNameKey(String name1, String name2)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualNameKey

public DualNameKey(String name1,
                   String name2)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Atlassian. All Rights Reserved.