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

io.crums.model.hashing.ExpressionSymbols Maven / Gradle / Ivy

/*
 * Copyright 2021 Babak Farhang
 */
package io.crums.model.hashing;

/**
 * 
 */
public class ExpressionSymbols {

  public final static char LFT_PRNS = '(';
  public final static char RGT_PRNS = ')';

  public final static char LFT_BRKT = '[';
  public final static char RGT_BRKT = ']';
  
  public final static char FLIP = ':';
  
  public final static char EQU = '=';
  
  
  
  
  private ExpressionSymbols() {  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy