com.silverpeas.util
Class ExtractionComplexList<I,C,W>

java.lang.Object
  extended by com.silverpeas.util.ExtractionComplexList<I,C,W>
All Implemented Interfaces:
ExtractionList<I,C,W>

public abstract class ExtractionComplexList<I,C,W>
extends Object
implements ExtractionList<I,C,W>

Author:
Yohann Chastagnier

Constructor Summary
ExtractionComplexList()
           
 
Method Summary
protected  Map<C,W> getMap()
           
protected  void setMap(Map<C,W> map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.silverpeas.util.ExtractionList
getKey, getValue
 

Constructor Detail

ExtractionComplexList

public ExtractionComplexList()
Method Detail

getMap

protected final Map<C,W> getMap()
Returns:
the map

setMap

protected final void setMap(Map<C,W> map)
Parameters:
map - the map to set


Copyright © 2016 Silverpeas. All Rights Reserved.