// 
// Decompiled by Procyon v0.6.0
// 

package it.unimi.dsi.fastutil.ints;

import it.unimi.dsi.fastutil.AbstractStack;

@Deprecated
public abstract class AbstractIntStack extends AbstractStack<Integer> implements IntStack
{
    protected AbstractIntStack() {
    }
}
