Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api
Class ListDiff.Entry

java.lang.Object
  extended by org.nuxeo.ecm.core.api.ListDiff.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
ListDiff

public static class ListDiff.Entry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 int index
           
 int type
           
 Object value
           
 
Constructor Summary
ListDiff.Entry()
           
ListDiff.Entry(int type, int index, Object value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int index

type

public int type

value

public Object value
Constructor Detail

ListDiff.Entry

public ListDiff.Entry()

ListDiff.Entry

public ListDiff.Entry(int type,
                      int index,
                      Object value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.