mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-28 02:48:14 -05:00
Update #47 - Singleplayer lag fixes
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package com.carrotsearch.hppc;
|
||||
|
||||
/**
|
||||
* Marker interface for containers that can check if they contain a given object in at least time
|
||||
* <code>O(log n)</code> and ideally in amortized constant time <code>O(1)</code>.
|
||||
*/
|
||||
@com.carrotsearch.hppc.Generated(
|
||||
date = "2024-06-04T15:20:17+0200",
|
||||
value = "KTypeLookupContainer.java")
|
||||
public interface IntLookupContainer extends IntContainer {
|
||||
public boolean contains(int e);
|
||||
}
|
Reference in New Issue
Block a user