public class StackedRegistry<T,R extends IRegistry<T>> extends AbstractRegistry<T> implements IRegistry<T>
StandardNameChooser| Constructor and Description |
|---|
StackedRegistry(NameChooser nameChooser,
R defaultRegistry) |
StackedRegistry(R defaultRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLast(R e) |
void |
appendAsString(Appendable appendable) |
boolean |
equals(Object obj) |
T |
get(String name) |
R |
getRegistry(int level)
Returns the registryStack.
|
protected Queue<R> |
getRegistryStack()
Returns the registryStack.
|
protected R |
getTopRegistry() |
int |
hashCode() |
Set<String> |
keySet() |
R |
pop() |
void |
push(R e) |
void |
put(String name,
T element) |
get, getNameChooser, getNames, getNames, putappend, checkCopyType, clone, copy, shallowClone, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitget, getNameChooser, putpublic StackedRegistry(NameChooser nameChooser, R defaultRegistry)
public StackedRegistry(R defaultRegistry)
public void addLast(R e)
public void appendAsString(Appendable appendable) throws IOException
appendAsString in interface eu.stratosphere.util.IAppendingIOExceptionpublic boolean equals(Object obj)
equals in class AbstractRegistry<T>public R getRegistry(int level)
public int hashCode()
hashCode in class AbstractRegistry<T>public R pop()
public void push(R e)
protected Queue<R> getRegistryStack()
protected R getTopRegistry()
Copyright © 2011–2014. All rights reserved.