org.jjoost.collections.base
Interface HashNodeEquality<NCmp,N>

All Known Implementing Classes:
NestedMultiHashSet.ValueEquality

public interface HashNodeEquality<NCmp,N>


Method Summary
 boolean isUnique()
           
 boolean prefixMatch(NCmp cmp, N n)
           
 boolean suffixMatch(NCmp cmp, N n)
           
 

Method Detail

prefixMatch

boolean prefixMatch(NCmp cmp,
                    N n)

suffixMatch

boolean suffixMatch(NCmp cmp,
                    N n)

isUnique

boolean isUnique()