Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to acess FastEntrySet #17

Open
PedroMPagani opened this issue Mar 18, 2021 · 0 comments
Open

Not able to acess FastEntrySet #17

PedroMPagani opened this issue Mar 18, 2021 · 0 comments

Comments

@PedroMPagani
Copy link

PedroMPagani commented Mar 18, 2021

Pom:

`

    <!-- This adds the Spigot Maven repository to the build -->
    <repository>
        <id>spigot-repo</id>
        <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url></repository>
    <repository>
        <id>aikar</id>
        <url>https://repo.aikar.co/content/groups/aikar/</url>
    </repository>
    <repository>
        <id>aikar</id>
        <url>https://repo.aikar.co/content/repositories/aikar-snapshots/</url>
    </repository>

`

`

    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-base</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-lite</artifactId>
        <version>1.0</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objectbase</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objecthashmap</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>
    <dependency>
        <groupId>co.aikar</groupId>
        <artifactId>fastutil-objectcustomhashmap</artifactId>
        <version>3.0-SNAPSHOT</version>
    </dependency>

`

I can't acess FastEntrySet methods, i can't see whats wrong, i can acess .values etc, but not the entry set, the import does not work
wtagsawga
WTAGSAGWA
Is anything wrong with my pom?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant