Package | Description |
---|---|
net.sf.mmm.util.lang.api |
Provides the API for utilities of general purpose.
|
net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
Modifier and Type | Class and Description |
---|---|
class |
EqualsCheckerIsEqual
This is an implementation of
EqualsChecker that simply delegates to Object.equals(Object) . |
class |
EqualsCheckerIsSame
This is an implementation of
EqualsChecker that simply checks if two objects are same (identical instances,
checked via == operator). |
Modifier and Type | Class and Description |
---|---|
class |
EqualsCheckerArray
This is an implementation of
EqualsChecker that recursively checks arrays based on a given
EqualsChecker delegate. |
class |
EqualsCheckerCollection
This is an implementation of
EqualsChecker that recursively checks Collection s based on a given
EqualsChecker delegate. |
Copyright © 2001–2016 mmm-Team. All rights reserved.