Class MethodNameColumnImpl

java.lang.Object
org.refcodes.tabular.AbstractColumn<String>
org.refcodes.logger.MethodNameColumnImpl
All Implemented Interfaces:
Cloneable, org.refcodes.mixin.KeyAccessor<String>, org.refcodes.mixin.TypeAccessor<String>, org.refcodes.tabular.Column<String>

public class MethodNameColumnImpl
extends org.refcodes.tabular.AbstractColumn<String>
implements Cloneable
Implementation of a Column for working with String instances with the semantics of a method name, being Cloneable.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor

    org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,​B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,​B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>

    Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor

    org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,​B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T,​B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
  • Constructor Summary

    Constructors
    Constructor Description
    MethodNameColumnImpl​(String aKey)
    Creates a MethodNameColumnImpl managing String instances.
  • Method Summary

    Modifier and Type Method Description
    Object clone()
    String fromStorageStrings​(String[] aStringValues)
    String toPrintable​(String aValue)
    String[] toStorageStrings​(String aValue)

    Methods inherited from class org.refcodes.tabular.AbstractColumn

    contains, fromStorageString, get, getKey, getType, remove, toStorageString

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.refcodes.tabular.Column

    getValue, toStorageString_