Interface Copyable<T>

All Superinterfaces:
Cloneable, SafeCloneable<T>
All Known Implementing Classes:
FastArrayExt, FastArrayMap, FastArrayMapLongToObject, FastBooleanArray, FastByteArray, FastCharArray, FastDoubleArray, FastFloatArray, FastIntArray, FastLongArray, FastShortArray, KeyValuePair, KeyValuePairLongToObject

public interface Copyable<T> extends SafeCloneable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyValues(T other)
     

    Methods inherited from interface io.deephaven.base.SafeCloneable

    safeClone
  • Method Details

    • copyValues

      void copyValues(T other)