public class AbstractApplicableRegistry<I,O extends IApplicable<I>> extends ObjectCollection<O> implements IApplicableRegistry<I,O>
| Constructor and Description |
|---|
AbstractApplicableRegistry(O defaultApplicable) |
| Modifier and Type | Method and Description |
|---|---|
O |
get(I context) |
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddforeachforEach, spliteratorpublic AbstractApplicableRegistry(O defaultApplicable)
public O get(I context)
get in interface IApplicableRegistry<I,O extends IApplicable<I>>Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.