class oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Striped$4 extends java.lang.Object implements oadd.org.apache.curator.shaded.com.google.common.base.Supplier { final int val$permits; void (int) { int v; oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Striped$4 v; v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Striped$4; v := @parameter: int; v. = v; specialinvoke v.()>(); return; } public java.util.concurrent.Semaphore get() { int v; oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Striped$4 v; java.util.concurrent.Semaphore v; v := @this: oadd.org.apache.curator.shaded.com.google.common.util.concurrent.Striped$4; v = new java.util.concurrent.Semaphore; v = v.; specialinvoke v.(int,boolean)>(v, 0); return v; } }