[all packages] [package ] [class hierarchy] [index]

public class InterfaceSubrange

(source file: InterfaceSubrange.java)
java.lang.Object
   |
   +----Printable
           |
           +----Interface
                   |
                   +----InterfaceSubrange

The pure class interface.
public class InterfaceSubrange
  extends Interface
An interface which is a subrange of another interface.

Author:
Alan Jeffrey
Version: v1.0 1998/06/11

Constuctor Index

O InterfaceSubrange(Interface, int, int)
Create a new subrange.

Constructors

O InterfaceSubrange
public InterfaceSubrange(Interface i,
                         int l,
                         int h);
Create a new subrange.

Parameters:
i - the interface to subrange.
l - the new low index.
h - the new high index.


[all packages] [package ] [class hierarchy] [index]
InterfaceSubrange.html