Class WindowCache.Key

java.lang.Object
net.paulhertz.pixelaudio.granular.WindowCache.Key
Enclosing class:
WindowCache

private static final class WindowCache.Key extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final int
     
    (package private) final Class<? extends ddf.minim.analysis.WindowFunction>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Key(ddf.minim.analysis.WindowFunction wf, int length)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wfClass

      final Class<? extends ddf.minim.analysis.WindowFunction> wfClass
    • length

      final int length
  • Constructor Details

    • Key

      Key(ddf.minim.analysis.WindowFunction wf, int length)
  • Method Details