br.com.objectos.way.code
Class ImportInfoMap

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

public class ImportInfoMap
extends Object
implements Testable<ImportInfoMap>, WayMap<ImportInfo>

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

Field Summary
static com.google.common.base.Function<List<ImportInfo>,ImportInfoMap> MAP
           
 
Method Summary
 boolean isEqual(ImportInfoMap that)
           
 List<ImportInfo> list()
           
static ImportInfoMap mapOf(List<ImportInfo> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAP

public static final com.google.common.base.Function<List<ImportInfo>,ImportInfoMap> MAP
Method Detail

mapOf

public static ImportInfoMap mapOf(List<ImportInfo> list)

isEqual

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

list

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


Copyright © 2014. All rights reserved.