final class org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView extends java.util.AbstractSet
{
final org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache;
void <init>(org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache)
{
java.lang.Object v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v := @parameter: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache;
specialinvoke v.<java.util.AbstractSet: void <init>()>();
v = staticinvoke <java.util.Objects: java.lang.Object requireNonNull(java.lang.Object)>(v);
v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache> = v;
return;
}
public boolean isEmpty()
{
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: boolean isEmpty()>();
return v;
}
public int size()
{
int v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: int size()>();
return v;
}
public void clear()
{
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: void clear()>();
return;
}
public boolean contains(java.lang.Object)
{
java.lang.Object v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v := @parameter: java.lang.Object;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: boolean containsKey(java.lang.Object)>(v);
return v;
}
public boolean remove(java.lang.Object)
{
java.lang.Object v, v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
boolean v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v := @parameter: java.lang.Object;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = virtualinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: java.lang.Object remove(java.lang.Object)>(v);
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public java.util.Iterator iterator()
{
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeyIterator v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v = new org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeyIterator;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
specialinvoke v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeyIterator: void <init>(org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache)>(v);
return v;
}
public java.util.Spliterator spliterator()
{
java.util.concurrent.ConcurrentHashMap$KeySetView v;
java.util.concurrent.ConcurrentHashMap v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView v;
org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache v;
java.util.Spliterator v;
v := @this: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache$KeySetView: org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache cache>;
v = v.<org.apache.camel.com.github.benmanes.caffeine.cache.UnboundedLocalCache: java.util.concurrent.ConcurrentHashMap data>;
v = virtualinvoke v.<java.util.concurrent.ConcurrentHashMap: java.util.concurrent.ConcurrentHashMap$KeySetView keySet()>();
v = virtualinvoke v.<java.util.concurrent.ConcurrentHashMap$KeySetView: java.util.Spliterator spliterator()>();
return v;
}
}