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, iterator, size, streamclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddforEach, spliteratorpublic AbstractApplicableRegistry(O defaultApplicable)
public O get(I context)
get in interface IApplicableRegistry<I,O extends IApplicable<I>>Copyright © 2007–2017 Andreas Bartels. All rights reserved.