Nuxeo Enterprise Platform 5.4

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

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

public static class ListDiff.Entry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int index
           
 int type
           
 java.lang.Object value
           
 
Constructor Summary
ListDiff.Entry()
           
ListDiff.Entry(int type, int index, java.lang.Object value)
           
 
Method Summary
 java.lang.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 java.lang.Object value
Constructor Detail

ListDiff.Entry

public ListDiff.Entry()

ListDiff.Entry

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.