Class ProtectedData

java.lang.Object
  extended byProtectedData

class ProtectedData
extends java.lang.Object

A "friendly" class with some protected data


Field Summary
protected  int i
           
 
Constructor Summary
ProtectedData()
          Default constructor
 
Method Summary
 void showData()
          Show the instance variables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

protected int i
Constructor Detail

ProtectedData

public ProtectedData()
Default constructor

Method Detail

showData

public void showData()
Show the instance variables