![JAR search and dependency download from the Maven repository](/logo.png)
org.jhotdraw8.icollection.impl.IdentityObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jhotdraw8.icollection Show documentation
Show all versions of org.jhotdraw8.icollection Show documentation
JHotDraw8 Immutable Collections
The newest version!
/*
* @(#)IdentityObject.java
* Copyright © 2023 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.icollection.impl;
import java.io.Serial;
import java.io.Serializable;
/**
* An object with a unique identity within this VM.
*/
public class IdentityObject implements Serializable {
@Serial
private static final long serialVersionUID = 0L;
public IdentityObject() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy