org.softsmithy.lib.util
Class MatchableObject<T>
java.lang.Object
org.softsmithy.lib.util.MatchableObject<T>
public class MatchableObject<T>
- extends Object
- Author:
- puce
MatchableObject
public MatchableObject(T object,
Matcher<T> matcher)
throws MatchingException
- Throws:
MatchingException
getObject
public T getObject()
getMatcher
public Matcher<T> getMatcher()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2011 SoftSmithy. All Rights Reserved.