Modifier and Type | Method and Description |
---|---|
void |
addLet(PSLet aLet)
Add a
PSLet element. |
com.helger.commons.collection.ext.ICommonsList<PSLet> |
getAllLets() |
com.helger.commons.collection.ext.ICommonsOrderedMap<String,String> |
getAllLetsAsMap() |
boolean |
hasAnyLet() |
void addLet(@Nonnull PSLet aLet)
PSLet
element.aLet
- The let element to be added. May not be null
.boolean hasAnyLet()
true
if this object has at least on contained
PSLet
object.@Nonnull @ReturnsMutableCopy com.helger.commons.collection.ext.ICommonsList<PSLet> getAllLets()
PSLet
elements. Never
null
.Copyright © 2014–2016 Philip Helger. All rights reserved.