public abstract class AbstractLookup extends Object implements Lookup
Abstract AbstractLookup class.
| Constructor and Description |
|---|
AbstractLookup() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
lookupNonNull(Class<T> type)
Lookks up a given object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChangeListener, addChangeListener, addChangeListenerWeak, addChangeListenerWeak, bind, bind, bindWeak, bindWeak, lookup, lookups, removeChangeListener, removeChangeListener@Nonnull public final <T> T lookupNonNull(@Nonnull Class<T> type) throws IllegalArgumentException
lookupNonNull in interface LookupT - a T object.type - the typeIllegalArgumentException - if no object has been foundCopyright © 2007–2017 cedarsoft GmbH. All rights reserved.