| Package | Description |
|---|---|
| com.phloc.commons.equals | |
| com.phloc.commons.state |
| Modifier and Type | Method and Description |
|---|---|
static ITriState |
EqualsUtils.equalsTrivial(Object aThis,
Object aOther)
Performs the trivial equals checks returning
true for
identical objects and false for objects not having the same
implementation class. |
| Modifier and Type | Class and Description |
|---|---|
class |
ETriState
Represents an object that has one of 3 different states compared to a boolean
that has only 2 different states.
|
| Modifier and Type | Method and Description |
|---|---|
static ETriState |
ETriState.valueOf(ITriState aTriState) |
Copyright © 2006–2015 phloc systems. All rights reserved.