Module ical4j.core

Interface UidGenerator

All Superinterfaces:
Supplier<Uid>
All Known Implementing Classes:
FixedUidGenerator, RandomUidGenerator

public interface UidGenerator extends Supplier<Uid>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default Uid
    get()
     
  • Method Details

    • generateUid

      Uid generateUid()
      Returns:
      a unique component identifier
    • get

      default Uid get()
      Specified by:
      get in interface Supplier<Uid>