Class KahluaThread.Entry

java.lang.Object
se.krka.kahlua.vm.KahluaThread.Entry
Enclosing class:
KahluaThread

public static class KahluaThread.Entry
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String file  
    double time  
  • Constructor Summary

    Constructors
    Constructor Description
    Entry()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • file

      public java.lang.String file
    • time

      public double time
  • Constructor Details

    • Entry

      public Entry()