public class MapChain.Atom extends Object implements Chain.Atom
Modifier and Type | Method and Description |
---|---|
T |
getData()
Atom's data getter
|
void |
remove()
Remove this atom from chain
|
public T getData()
Chain.Atom
getData
in interface Chain.Atom
Chain.Atom.getData()
public void remove()
Chain.Atom
remove
in interface Chain.Atom
Chain.Atom.remove()
Copyright © 2008, 2017, Oracle. All rights reserved.