Class TorchList

java.lang.Object

public class TorchList
extends TorchReferenceable
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<TorchObject> list  

    Fields inherited from class deepboof.io.torch7.struct.TorchReferenceable

    index, torchName, version
  • Constructor Summary

    Constructors 
    Constructor Description
    TorchList()  
  • Method Summary

    Modifier and Type Method Description
    <T> T get​(int index)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • get

      public <T> T get​(int index)