org.oddjob.beancmpr.matchables
Interface MatchableGroup


public interface MatchableGroup

A group of Matchables that have the same MatchKey.

Author:
rob

Method Summary
 Iterable<Matchable> getGroup()
           
 MatchKey getKey()
           
 int getSize()
           
 

Method Detail

getKey

MatchKey getKey()

getGroup

Iterable<Matchable> getGroup()

getSize

int getSize()


Copyright © 2013. All Rights Reserved.