All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.gv2011.util.swing.imp.TreeNode Maven / Gradle / Ivy

There is a newer version: 0.14
Show newest version
package com.github.gv2011.util.swing.imp;

import java.util.Optional;

import com.github.gv2011.util.icol.IList;

public interface TreeNode extends IList>{

  default Optional payload(){
    return Optional.empty();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy