Uses of Class
streams.utils.ByteInfoFGK

Packages that use ByteInfoFGK
streams   
streams.utils   
 

Uses of ByteInfoFGK in streams
 

Methods in streams with parameters of type ByteInfoFGK
static void FGKOutputStream.updateTree(java.util.SortedSet<ByteInfoFGK> nodes, ByteInfoFGK node)
          aktualizuje strom - hlida sourozeneckou vlastnost
 

Method parameters in streams with type arguments of type ByteInfoFGK
static void FGKOutputStream.updateTree(java.util.SortedSet<ByteInfoFGK> nodes, ByteInfoFGK node)
          aktualizuje strom - hlida sourozeneckou vlastnost
 

Uses of ByteInfoFGK in streams.utils
 

Methods in streams.utils that return ByteInfoFGK
 ByteInfoFGK ByteInfoFGK.getOne()
          Metoda pro zjisteni praveho potomka
 ByteInfoFGK ByteInfoFGK.getParent()
          Vraci rodicovsky uzel.
 ByteInfoFGK ByteInfoFGK.getZero()
          Vraci leveho potomka
 

Methods in streams.utils with parameters of type ByteInfoFGK
 int ByteInfoFGKOrderComparator.compare(ByteInfoFGK o1, ByteInfoFGK o2)
          Porovnani podle poradi (order)
 void ByteInfoFGK.changeChildrenNode(ByteInfoFGK currNode, ByteInfoFGK newNode)
          Zameni potomka zadaneho jako currNode za noveho.
 void ByteInfoFGK.setChildren(ByteInfoFGK zero, ByteInfoFGK one)
          Nastavi potomky pro uzel
 void ByteInfoFGK.setParent(ByteInfoFGK parent)
          nastavi rodice pro uzel
 

Constructors in streams.utils with parameters of type ByteInfoFGK
ByteInfoFGK(ByteInfoFGK zero, ByteInfoFGK one)
          Vytvori nadrizeny uzel pro dane dva uzly.