public static class EmacsKeyBindings.KillRing
extends java.lang.Object
EmacsKeyBindings.YankPopAction.
Also provides an unmodifiable copy of all cut pieces.
| Constructor and Description |
|---|
KillRing() |
| Modifier and Type | Method and Description |
|---|---|
static EmacsKeyBindings.KillRing |
getInstance() |
java.util.List<java.lang.String> |
getRing()
Returns an unmodifiable version of the ring list which contains
the killed texts.
|
boolean |
isEmpty() |
public static EmacsKeyBindings.KillRing getInstance()
public java.util.List<java.lang.String> getRing()
public boolean isEmpty()