jawiro
Class RoleList

java.lang.Object
  extended by jawiro.RoleList
All Implemented Interfaces:
java.io.Serializable

public class RoleList
extends java.lang.Object
implements java.io.Serializable

The tree structure of role hierarchies is implemented with linked lists in JAWIRO. This class is not further documented as it is one of the implementation classes and not a part of the user API.


Constructor Summary
RoleList()
          Default constructor creating an empty list.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleList

public RoleList()
Default constructor creating an empty list.