mEnum = enumIn;
return( mEnum.hasMoreElements() );
return( mEnum.nextElement() );
throw new UnsupportedOperationException( "" );