Package de.danielbechler.diff.access
Class Instances
java.lang.Object
de.danielbechler.diff.access.Instances
-
Method Summary
Modifier and TypeMethodDescriptionbooleanareEqual()booleanareNull()booleanareSame()getBase()<T> TgetFresh()<T> TClass<?>getType()<T> TgetWorking(Class<T> type) booleanbooleanbooleanbooleanbooleanstatic <T> Instancesstatic <T> Instancesstatic <T> Instancesof(T working, T base)
-
Method Details
-
of
-
of
-
of
-
getSourceAccessor
- Returns:
- The
Accessorthat has been used to get to these instances.
-
access
-
getWorking
-
getWorking
-
getBase
-
getBase
-
getFresh
-
getFresh
-
hasBeenAdded
public boolean hasBeenAdded() -
hasBeenRemoved
public boolean hasBeenRemoved() -
isPrimitiveType
public boolean isPrimitiveType() -
isPrimitiveWrapperType
public boolean isPrimitiveWrapperType() -
getType
-
isPrimitiveNumericType
public boolean isPrimitiveNumericType() -
areEqual
public boolean areEqual() -
areSame
public boolean areSame() -
areNull
public boolean areNull()
-