org.infinispan.loaders.modifications
Class ModificationsList

java.lang.Object
  extended by org.infinispan.loaders.modifications.ModificationsList
All Implemented Interfaces:
Modification

public class ModificationsList
extends Object
implements Modification

ModificationsList contains a List

Since:
4.1
Author:
Sanne Grinovero

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.infinispan.loaders.modifications.Modification
Modification.Type
 
Constructor Summary
ModificationsList(List<? extends Modification> list)
           
 
Method Summary
 boolean equals(Object obj)
           
 List<? extends Modification> getList()
           
 Modification.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModificationsList

public ModificationsList(List<? extends Modification> list)
Method Detail

getType

public Modification.Type getType()
Specified by:
getType in interface Modification

getList

public List<? extends Modification> getList()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.