9 lines
219 B
Java
9 lines
219 B
Java
package gnu.trove;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class TByteLongIterator extends TPrimitiveIterator {
|
|
public TByteLongIterator(TByteLongHashMap tByteLongHashMap) {
|
|
super(tByteLongHashMap);
|
|
}
|
|
}
|