Class RefWrapper

  • All Implemented Interfaces:
    pers.neige.neigeitems.ref.util.RefWeightedEntry

    
    public class RefWrapper<T>
     implements RefWeightedEntry
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RefWrapper()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static <T> RefWrapper<T> newInstance(T data, RefWeight weight)
      native T getData()
      native RefWeight getWeight()
      • Methods inherited from class java.lang.Object

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