br.com.objectos.way.code
Class ConstructorInfoMap

java.lang.Object
  extended by br.com.objectos.way.code.ConstructorInfoMap
All Implemented Interfaces:
Testable<ConstructorInfoMap>, WayMap<ConstructorInfo>

public class ConstructorInfoMap
extends Object
implements Testable<ConstructorInfoMap>, WayMap<ConstructorInfo>

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
 boolean isEqual(ConstructorInfoMap that)
           
 List<ConstructorInfo> list()
           
static ConstructorInfoMap mapOf(List<ConstructorInfo> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mapOf

public static ConstructorInfoMap mapOf(List<ConstructorInfo> list)

isEqual

public boolean isEqual(ConstructorInfoMap that)
Specified by:
isEqual in interface Testable<ConstructorInfoMap>

list

public List<ConstructorInfo> list()
Specified by:
list in interface WayMap<ConstructorInfo>


Copyright © 2014. All rights reserved.