com.gotometrics.orderly.example
Class StructExample

java.lang.Object
  extended by com.gotometrics.orderly.example.StructExample

public class StructExample
extends Object


Constructor Summary
StructExample()
           
 
Method Summary
 void builderAndIteratorExample()
           
static void main(String[] args)
           
 void nestedStructExample()
           
 void prefixExample()
           
 void structLengthExample()
           
 void structSerializationExample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructExample

public StructExample()
Method Detail

structLengthExample

public void structLengthExample()
                         throws Exception
Throws:
Exception

structSerializationExample

public void structSerializationExample()
                                throws Exception
Throws:
Exception

prefixExample

public void prefixExample()
                   throws Exception
Throws:
Exception

builderAndIteratorExample

public void builderAndIteratorExample()
                               throws Exception
Throws:
Exception

nestedStructExample

public void nestedStructExample()
                         throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.