org.jcoderz.guidelines.snippets
Class SampleSnippets.IndentionSample

java.lang.Object
  extended by org.jcoderz.guidelines.snippets.SampleSnippets
      extended by org.jcoderz.guidelines.snippets.SampleSnippets.IndentionSample
All Implemented Interfaces:
Serializable, Cloneable, Comparable
Enclosing class:
SampleSnippets

public class SampleSnippets.IndentionSample
extends SampleSnippets
implements Serializable, Cloneable, Comparable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.guidelines.snippets.SampleSnippets
SampleSnippets.Accessible, SampleSnippets.ActionListener, SampleSnippets.ExampleClass, SampleSnippets.IndentionSample, SampleSnippets.Runnable
 
Field Summary
 
Fields inherited from class org.jcoderz.guidelines.snippets.SampleSnippets
MAX_CUSTOMERS
 
Constructor Summary
SampleSnippets.IndentionSample()
           
 
Method Summary
 int compareTo(Object o)
          
 void doSomething(int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleSnippets.IndentionSample

public SampleSnippets.IndentionSample()
Method Detail

doSomething

public void doSomething(int length)
                 throws IOException
Throws:
IOException

compareTo

public int compareTo(Object o)

Specified by:
compareTo in interface Comparable


Copyright 2007 The jCoderZ Project.