| Package | Description |
|---|---|
| de.vandermeer.skb.interfaces |
Collection of basic, simple, standard, hopefully useful interfaces (some with factory methods for default object creation).
|
| Modifier and Type | Method and Description |
|---|---|
static <LHS,RHS> SimplePair<LHS,RHS> |
SimplePair.create(LHS lhs,
RHS rhs)
Returns a new Pair of given type with default description.
|
static <LHS,RHS> SimplePair<LHS,RHS> |
SimplePair.create(LHS lhs,
RHS rhs,
String description)
Creates a new Pair of given type with given description.
|
Copyright © 2016–2017. All rights reserved.