class org.apache.shiro.web.servlet.ShiroHttpSession$1 extends java.lang.Object implements java.util.Enumeration
{
void <init>()
{
org.apache.shiro.web.servlet.ShiroHttpSession$1 v;
v := @this: org.apache.shiro.web.servlet.ShiroHttpSession$1;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean hasMoreElements()
{
org.apache.shiro.web.servlet.ShiroHttpSession$1 v;
v := @this: org.apache.shiro.web.servlet.ShiroHttpSession$1;
return 0;
}
public java.lang.Object nextElement()
{
org.apache.shiro.web.servlet.ShiroHttpSession$1 v;
v := @this: org.apache.shiro.web.servlet.ShiroHttpSession$1;
return null;
}
}