SSF.Net
Class lanLinkLayer.lanPeerEnumeration

java.lang.Object
  |
  +--SSF.Net.lanLinkLayer.lanPeerEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
lanLinkLayer

class lanLinkLayer.lanPeerEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  java.util.Enumeration generator
           
(package private)  NIC next
           
(package private)  NIC nic
           
 
Constructor Summary
lanLinkLayer.lanPeerEnumeration(NIC)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nic

NIC nic

next

NIC next

generator

java.util.Enumeration generator
Constructor Detail

lanLinkLayer.lanPeerEnumeration

public lanLinkLayer.lanPeerEnumeration(NIC)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration